diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 16:24:51 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:35 +0200 |
commit | edbed43119212c3642951516a1e6c065bd9db756 (patch) | |
tree | f3b90778a2d793ffa0f848380e9a1e1d1cbee625 /source3/include | |
parent | 9b3a53a7a7f6b055bfa074fe6d3fcaa6d6ccc9ce (diff) | |
download | samba-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.h | 4 |
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, |