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)
commit1624ea88e6eef89caacc36e7513aa79df0d579b9
treee7b7b45a76c875e4873420eaf29ff5a6d10632bc
parent79af976d189798bb92f5909237202ca18db1789f
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.
13 files changed:
source/lib/messaging/messaging.h
source/lib/tdb/include/tdbutil.h
source/librpc/config.mk
source/librpc/idl/notify.idl [new file with mode: 0644]
source/ntvfs/common/notify.c [new file with mode: 0644]
source/ntvfs/config.mk
source/ntvfs/ntvfs.h
source/ntvfs/posix/config.mk
source/ntvfs/posix/pvfs_notify.c [new file with mode: 0644]
source/ntvfs/posix/pvfs_open.c
source/ntvfs/posix/pvfs_unlink.c
source/ntvfs/posix/vfs_posix.c
source/ntvfs/posix/vfs_posix.h