1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

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 commit is contained in:
Andrew Tridgell
2006-03-21 11:47:24 +00:00
committed by Gerald (Jerry) Carter
parent 79af976d18
commit 1624ea88e6
13 changed files with 610 additions and 1 deletions

View File

@@ -31,5 +31,6 @@ struct messaging_context;
#define MSG_BRL_RETRY 4
#define MSG_PVFS_RETRY_OPEN 5
#define MSG_IRPC 6
#define MSG_PVFS_NOTIFY 7
#endif