summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/notify.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/notify.idl')
-rw-r--r--source4/librpc/idl/notify.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/notify.idl b/source4/librpc/idl/notify.idl
index 6c3414c41a..51c7cd1a01 100644
--- a/source4/librpc/idl/notify.idl
+++ b/source4/librpc/idl/notify.idl
@@ -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;