diff options
author | Simo Sorce <idra@samba.org> | 2011-08-01 16:50:51 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-02 15:28:03 +0200 |
commit | 2e8a85ec72f2b23cc2b64caa129429971c2fa8c0 (patch) | |
tree | e82a80a21b2236fcf8f1b6d6cc6b666e9c18f816 /source3/smbd/globals.c | |
parent | ac8096e69d7357bac5430cde1d713a04acf58b57 (diff) | |
download | samba-2e8a85ec72f2b23cc2b64caa129429971c2fa8c0.tar.gz samba-2e8a85ec72f2b23cc2b64caa129429971c2fa8c0.tar.xz samba-2e8a85ec72f2b23cc2b64caa129429971c2fa8c0.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index fe743a6965..bf36dcb71f 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. |