summaryrefslogtreecommitdiffstats
path: root/source/include
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
commit9e7443fa1417c01be903b15073825dc4def78d99 (patch)
treee0542caf5b279d5ee92aa1c1a83c0d665b0ef3b3 /source/include
parent686345b7ed727db7b1d9bc164208ecfb612837b6 (diff)
downloadsamba-9e7443fa1417c01be903b15073825dc4def78d99.tar.gz
samba-9e7443fa1417c01be903b15073825dc4def78d99.tar.xz
samba-9e7443fa1417c01be903b15073825dc4def78d99.zip
r21092: Ok, that's the one that activates the Samba4 notify backend.
Now to clean up / fix lots of stuff. Volker
Diffstat (limited to 'source/include')
-rw-r--r--source/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 5ad05cd2f98..4b4cebf5c18 100644
--- a/source/include/smb.h
+++ b/source/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 {