From 843432d56f9114a4d0d3021a772953dc5a1193dd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 Apr 2012 14:51:43 +0200 Subject: s3: New notify implementation From notify_internal.c: /* * The notify database is split up into two databases: One * relatively static index db and the real notify db with the * volatile entries. */ This change is necessary to make notify scale better in a cluster --- source3/librpc/idl/messaging.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 1c80cc2b30..cda42fcf1e 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -85,6 +85,9 @@ interface messaging /*Close a specific file given a share entry. */ MSG_SMB_CLOSE_FILE = 0x0313, + /* Trigger a notify cleanup run */ + MSG_SMB_NOTIFY_CLEANUP = 0x0314, + /* winbind messages */ MSG_WINBIND_FINISHED = 0x0401, MSG_WINBIND_FORGET_STATE = 0x0402, -- cgit