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)
commit1bb0aad4f66dbfa2d0f767ea90f926affff20b17
treeaeee33768b9d897a56623fbd30a25d6486ebe6b5
parentcc0e919fdcb116c8f9688a4f5d7803fc8d7f9588
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)
source/Makefile.in
source/include/proto.h
source/smbd/notify.c [new file with mode: 0644]
source/smbd/nttrans.c