summaryrefslogtreecommitdiff
path: root/source3/printing/queue_process.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10s3-printing: Allow bq process to have own logfileSimo Sorce1-1/+2
Signed-off-by: Andreas Schneider <asn@samba.org>
2011-08-10s3-printing: Force pcap reload when all readySimo Sorce1-1/+2
This way we are sure the cache is primed properly and messages can be sent to processes if necessary as all messaging has been set up. Signed-off-by: Andreas Schneider <asn@samba.org>
2011-08-10s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce1-0/+1
Use a child for the background updater process Forward printer update messages from spoolss to background update process. Signed-off-by: Andreas Schneider <asn@samba.org>
2011-08-10s3-printing: Rework how the background process is startedSimo Sorce1-2/+2
Signed-off-by: Andreas Schneider <asn@samba.org>
2011-08-02s3:smbd - Move printing queue stuffSimo Sorce1-0/+29
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>