s3: New notify implementation
commit843432d56f9114a4d0d3021a772953dc5a1193dd
authorVolker Lendecke <vl@samba.org>
Wed, 4 Apr 2012 12:51:43 +0000 (4 14:51 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Apr 2012 08:21:02 +0000 (17 10:21 +0200)
tree2b180ce533bc337e56e09dee1e2fe8a5c7070f4c
parentae691cd9cc5f00a1d4465d233cdd9f5b580b2c39
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
librpc/idl/notify.idl
source3/include/smb.h
source3/librpc/idl/messaging.idl
source3/smbd/files.c
source3/smbd/notify.c
source3/smbd/notify_internal.c
source3/smbd/proto.h
source3/smbd/server.c