summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 14:42:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:36 -0500
commit2852ecc67ebded7758a07d8fb72eef53bfa1c63a (patch)
tree4c69630521ef333be31379e0433fb53fad37919a /source3/include/smb.h
parentaccbfaa4c3ffe669cc29aac8a85c4144ad234e43 (diff)
downloadsamba-2852ecc67ebded7758a07d8fb72eef53bfa1c63a.tar.gz
samba-2852ecc67ebded7758a07d8fb72eef53bfa1c63a.tar.bz2
samba-2852ecc67ebded7758a07d8fb72eef53bfa1c63a.zip
r21092: Ok, that's the one that activates the Samba4 notify backend.
Now to clean up / fix lots of stuff. Volker (This used to be commit 9e7443fa1417c01be903b15073825dc4def78d99)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 5ad05cd2f9..4b4cebf5c1 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -669,6 +669,7 @@ typedef struct connection_struct {
name_compare_entry *aio_write_behind_list; /* Per-share list of files to use aio write behind on. */
struct dfree_cached_info *dfree_info;
struct trans_state *pending_trans;
+ struct notify_context *notify_ctx;
} connection_struct;
struct current_user {