Author: tridge
Date: 2006-04-05 06:25:32 +0000 (Wed, 05 Apr 2006)
New Revision: 14921

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14921

Log:

I forgot to commit the IDL change for the subdir_filter

Modified:
   branches/SAMBA_4_0/source/librpc/idl/notify.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/notify.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/notify.idl     2006-04-05 05:54:10 UTC 
(rev 14920)
+++ branches/SAMBA_4_0/source/librpc/idl/notify.idl     2006-04-05 06:25:32 UTC 
(rev 14921)
@@ -16,8 +16,8 @@
        /* structure used in the notify database */
        typedef [public] struct {
                uint32 server;
-               uint32 filter;
-               boolean32 recursive;
+               uint32 filter; /* filter to apply in this directory */
+               uint32 subdir_filter; /* filter to apply in child directories */
                utf8string path;
                pointer private;
        } notify_entry;

Reply via email to