summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-01 13:36:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:38 -0500
commit240a3fd644bbc94e5872f699c9b90649b52b98a1 (patch)
tree159f64ebe6f471b11f2c54fca7f8f0166d72bd4f /source3/include/smb.h
parent8b7233f19b4e294bf4174439b3acc427552dc4ee (diff)
downloadsamba-240a3fd644bbc94e5872f699c9b90649b52b98a1.tar.gz
samba-240a3fd644bbc94e5872f699c9b90649b52b98a1.tar.bz2
samba-240a3fd644bbc94e5872f699c9b90649b52b98a1.zip
r21108: Send sys_notify_watch through the VFS, FAM is next
(This used to be commit 603a96761391f36ae9a1c8777d3333ab5c02eb34)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index aaf50df2bb..b4cb5bd611 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -446,10 +446,13 @@ struct notify_change {
};
struct notify_mid_map;
+struct notify_entry;
+struct notify_event;
struct sys_notify_backend;
struct sys_notify_context {
struct event_context *ev;
- void *private_data;
+ struct connection_struct *conn;
+ void *private_data; /* For use by the system backend */
};
struct notify_change_request {