summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-08 16:24:51 +0200
committerVolker Lendecke <vl@samba.org>2010-08-08 18:09:35 +0200
commitedbed43119212c3642951516a1e6c065bd9db756 (patch)
treef3b90778a2d793ffa0f848380e9a1e1d1cbee625 /source3/include
parent9b3a53a7a7f6b055bfa074fe6d3fcaa6d6ccc9ce (diff)
downloadsamba-edbed43119212c3642951516a1e6c065bd9db756.tar.gz
samba-edbed43119212c3642951516a1e6c065bd9db756.tar.bz2
samba-edbed43119212c3642951516a1e6c065bd9db756.zip
s3: Lift the server_messaging_context from notify_job_status
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 64ff1c9c25..e2fcdceef3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4421,7 +4421,9 @@ void notify_job_status_byname(struct tevent_context *ev,
const char *sharename, uint32 jobid,
uint32 status,
uint32 flags);
-void notify_job_status(const char *sharename, uint32 jobid, uint32 status);
+void notify_job_status(struct tevent_context *ev,
+ struct messaging_context *msg_ctx,
+ const char *sharename, uint32 jobid, uint32 status);
void notify_job_total_bytes(const char *sharename, uint32 jobid,
uint32 size);
void notify_job_total_pages(const char *sharename, uint32 jobid,