From 27e7c687634aeb2a1b8d91e5cba39e9dfd0b5b31 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 Apr 2006 06:25:32 +0000 Subject: r14921: I forgot to commit the IDL change for the subdir_filter (This used to be commit af92520097bf817dca6e6ec8eab39b46388d048f) --- source4/librpc/idl/notify.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') 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; -- cgit