summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-04-21 10:16:16 +0200
committerJeremy Allison <jra@samba.org>2015-04-22 23:00:20 +0200
commit50a1247927cb68303701a11517811deda10364f7 (patch)
treed05f819910481fe7223dd81ae0a1a9c79666b82d /librpc
parentb0d4a7daa149cfc9ef697dd7fae4524a35078126 (diff)
downloadsamba-50a1247927cb68303701a11517811deda10364f7.tar.gz
smbd: Cancel pending notifies if the directory goes away
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index 04dfa1eff8f..2b902ec0a1d 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -96,6 +96,9 @@ interface messaging
MSG_SMB_TELL_NUM_CHILDREN = 0x0317,
MSG_SMB_NUM_CHILDREN = 0x0318,
+ /* Cancel a notify, directory got deleted */
+ MSG_SMB_NOTIFY_CANCEL_DELETED = 0x0319,
+
/* winbind messages */
MSG_WINBIND_FINISHED = 0x0401,
MSG_WINBIND_FORGET_STATE = 0x0402,