summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-01 16:50:51 -0400
committerGünther Deschner <gd@samba.org>2011-08-02 15:28:03 +0200
commit2e8a85ec72f2b23cc2b64caa129429971c2fa8c0 (patch)
treee82a80a21b2236fcf8f1b6d6cc6b666e9c18f816 /source3/smbd/globals.c
parentac8096e69d7357bac5430cde1d713a04acf58b57 (diff)
downloadsamba-2e8a85ec72f2b23cc2b64caa129429971c2fa8c0.tar.gz
s3:smbd - Move printing queue stuff
This way we can properly deal with pcap updates in the background queue process if it is enabled (on by default) and not perform these actions in the main smbd process. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index fe743a69657..bf36dcb71f8 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -60,6 +60,7 @@ bool logged_ioctl_message = false;
time_t last_smb_conf_reload_time = 0;
time_t last_printer_reload_time = 0;
+
/****************************************************************************
structure to hold a linked list of queued messages.
for processing.