summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 15:35:31 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 18:09:33 +0200
commitbc760e79c868c11af9771c0179c18c9d543b9294 (patch)
tree168f59aef87292c5a7d1626103833bf9205e429b /source3/include
parent75b4dfd14d4dac5268c01351768b2317fcce34fb (diff)
downloadsamba-bc760e79c868c11af9771c0179c18c9d543b9294.tar.gz
samba-bc760e79c868c11af9771c0179c18c9d543b9294.tar.bz2
samba-bc760e79c868c11af9771c0179c18c9d543b9294.zip
s3: Lift the smbd_messaging_context from start_background_queue
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8c432d26fa..1b80461055 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4442,7 +4442,8 @@ uint16 pjobid_to_rap(const char* sharename, uint32 jobid);
bool rap_to_pjobid(uint16 rap_jobid, fstring sharename, uint32 *pjobid);
void rap_jobid_delete(const char* sharename, uint32 jobid);
bool print_backend_init(struct messaging_context *msg_ctx);
-void start_background_queue(void);
+void start_background_queue(struct tevent_context *ev,
+ struct messaging_context *msg);
void printing_end(void);
/* The following definitions come from printing/printing_db.c */