r14616: added notify change support to the posix backend
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Mar 2006 11:47:24 +0000 (11:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:02 +0000 (13:59 -0500)
commit3434cd778c975eb1bb29d257770bd6dbb2335ce9
tree57e6d0c3344b1d8db4ff7278e36ad75d2c30c930
parent830b7447107f5fe71d9947cc0f099dce4de5d53e
r14616: added notify change support to the posix backend

It doesn't fully work yet, and doesn't yet have all the efficiency
that is planned, but it doesn't break anything and I wanted to get the
code in the tree to minimise the chance of collisions with the work
metze is doing.
(This used to be commit 1624ea88e6eef89caacc36e7513aa79df0d579b9)
13 files changed:
source4/lib/messaging/messaging.h
source4/lib/tdb/include/tdbutil.h
source4/librpc/config.mk
source4/librpc/idl/notify.idl [new file with mode: 0644]
source4/ntvfs/common/notify.c [new file with mode: 0644]
source4/ntvfs/config.mk
source4/ntvfs/ntvfs.h
source4/ntvfs/posix/config.mk
source4/ntvfs/posix/pvfs_notify.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/pvfs_unlink.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/vfs_posix.h