diff options
author | Volker Lendecke <vl@samba.org> | 2012-03-22 14:58:24 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-03-23 12:12:51 +0100 |
commit | 1cc7abf8aada94be6f35f1f81edd248801d8fe5a (patch) | |
tree | 053a7fab4e477aeade033b012b391971e8e51f22 /source3/smbd/globals.h | |
parent | ad8b150b9b3a23c89c5f0542882a8f13e30ece15 (diff) | |
download | samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.tar.gz samba-1cc7abf8aada94be6f35f1f81edd248801d8fe5a.tar.xz 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.h | 1 |
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; |