notifyd: Factor out notify_walk() into its own file
authorVolker Lendecke <vl@samba.org>
Wed, 21 Oct 2020 15:28:14 +0000 (17:28 +0200)
committerJeremy Allison <jra@samba.org>
Sat, 24 Oct 2020 05:57:31 +0000 (05:57 +0000)
commit49859ac11d682e46ec79266395b0abe2083f2cdd
tree76e2b66b2984c77b5abac4192bbfd40df925952f
parent3e648e9d616ab7943adcb3b5f0fcf9b03f420313
notifyd: Factor out notify_walk() into its own file

To be used in smbtorture, avoid having to include almost all of smbd
just for this

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/notify_msg.c
source3/smbd/notifyd/notifyd.c
source3/smbd/notifyd/notifyd.h
source3/smbd/notifyd/notifyd_db.c [new file with mode: 0644]
source3/smbd/notifyd/notifyd_db.h [new file with mode: 0644]
source3/smbd/notifyd/wscript_build
source3/smbd/proto.h
source3/utils/status.c