r14921: I forgot to commit the IDL change for the subdir_filter
authorAndrew Tridgell <tridge@samba.org>
Wed, 5 Apr 2006 06:25:32 +0000 (06:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:17 +0000 (14:00 -0500)
source/librpc/idl/notify.idl

index 6c3414c41ae5f65c5111f8fad73d26827ee8a0d2..51c7cd1a0143e5677b67b5b5acbd45b9fe59d0cc 100644 (file)
@@ -16,8 +16,8 @@ interface notify
        /* 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;