summaryrefslogtreecommitdiff
path: root/source3/printing/queue_process.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-05-18 11:24:30 -0400
committerAndreas Schneider <asn@samba.org>2011-08-10 18:14:04 +0200
commitd36a8dc896d2a814dd18f127593a8382e4004213 (patch)
treebd723ae77ea5dc32fe7d9da08a2f26226f13dd23 /source3/printing/queue_process.h
parent9ce64166731dcacf7e2774380fe58ec780568d2e (diff)
downloadsamba-d36a8dc896d2a814dd18f127593a8382e4004213.tar.gz
samba-d36a8dc896d2a814dd18f127593a8382e4004213.tar.bz2
samba-d36a8dc896d2a814dd18f127593a8382e4004213.zip
s3:spoolssd Start spoolssd from printing_subsystem_init
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>
Diffstat (limited to 'source3/printing/queue_process.h')
-rw-r--r--source3/printing/queue_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/printing/queue_process.h b/source3/printing/queue_process.h
index 9401e00fb0..f0da726058 100644
--- a/source3/printing/queue_process.h
+++ b/source3/printing/queue_process.h
@@ -22,6 +22,7 @@
bool printing_subsystem_init(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx,
+ bool start_daemons,
bool background_queue);
void printing_subsystem_update(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx);