summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-22 14:58:24 +0100
committerVolker Lendecke <vl@samba.org>2012-03-23 12:12:51 +0100
commit1cc7abf8aada94be6f35f1f81edd248801d8fe5a (patch)
tree053a7fab4e477aeade033b012b391971e8e51f22 /source3/smbd/globals.h
parentad8b150b9b3a23c89c5f0542882a8f13e30ece15 (diff)
downloadsamba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.tar.gz
samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.tar.bz2
samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.zip
s3: Remove the sys_notify dependency from notify_internal
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Mar 23 12:12:51 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 3973855b7e..56ee251483 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -449,6 +449,7 @@ struct smbd_server_connection {
const char *remote_hostname;
struct tevent_context *ev_ctx;
struct messaging_context *msg_ctx;
+ struct sys_notify_context *sys_notify_ctx;
struct notify_context *notify_ctx;
struct {
bool got_session;