split all the change notify code out into a separate module
authorAndrew Tridgell <tridge@samba.org>
Mon, 12 Jun 2000 05:32:28 +0000 (05:32 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 12 Jun 2000 05:32:28 +0000 (05:32 +0000)
commit6db12f718007592cf971b22f376fde796e637727
treea5a032a9a261009aaa5f5a9046d01f8f1f8a2cc2
parenta4ba9bb939ff066c8844273da312209a1d1100d2
split all the change notify code out into a separate module
smbd/notify.c. All the data structures are now private to that
module.

this is in preparation for Linux kernel support for change notify
(coming soon to a CVS tree near you)
(This used to be commit 1bb0aad4f66dbfa2d0f767ea90f926affff20b17)
source3/Makefile.in
source3/include/proto.h
source3/smbd/notify.c [new file with mode: 0644]
source3/smbd/nttrans.c