s3:smbd - Move printing queue stuff
authorSimo Sorce <idra@samba.org>
Mon, 1 Aug 2011 20:50:51 +0000 (16:50 -0400)
committerGünther Deschner <gd@samba.org>
Tue, 2 Aug 2011 13:28:03 +0000 (15:28 +0200)
commit2e8a85ec72f2b23cc2b64caa129429971c2fa8c0
treee82a80a21b2236fcf8f1b6d6cc6b666e9c18f816
parentac8096e69d7357bac5430cde1d713a04acf58b57
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>
source3/Makefile.in
source3/include/printing.h
source3/printing/printing.c
source3/printing/queue_process.c [new file with mode: 0644]
source3/printing/queue_process.h [new file with mode: 0644]
source3/smbd/globals.c
source3/smbd/process.c
source3/smbd/proto.h
source3/smbd/server.c
source3/smbd/server_reload.c
source3/wscript_build