summaryrefslogtreecommitdiff
path: root/source3/printing/queue_process.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-05 15:14:26 -0400
committerAndreas Schneider <asn@samba.org>2011-08-10 18:14:05 +0200
commitb2f682a8e638433df7ae2b5afdd0a57f03d56ccb (patch)
tree41a5a6df4d1e5476e08bf2e7979771e48c29e1f9 /source3/printing/queue_process.h
parent339c106e51039ad045677835c2fc631026560ca8 (diff)
downloadsamba-b2f682a8e638433df7ae2b5afdd0a57f03d56ccb.tar.gz
samba-b2f682a8e638433df7ae2b5afdd0a57f03d56ccb.tar.bz2
samba-b2f682a8e638433df7ae2b5afdd0a57f03d56ccb.zip
s3-printing: Allow bq process to have own logfile
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/printing/queue_process.h')
-rw-r--r--source3/printing/queue_process.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/queue_process.h b/source3/printing/queue_process.h
index 5f282c4462..b769364952 100644
--- a/source3/printing/queue_process.h
+++ b/source3/printing/queue_process.h
@@ -28,4 +28,5 @@ void printing_subsystem_update(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx,
bool force);
pid_t start_background_queue(struct tevent_context *ev,
- struct messaging_context *msg);
+ struct messaging_context *msg,
+ char *logfile);