diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 16:26:40 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:35 +0200 |
commit | bd6626c40ce9806a6f5bc8aee4fe969028bda928 (patch) | |
tree | d6969fbac3ae26fa3ebc5ab35f9f920247ff4583 /source3/include | |
parent | edbed43119212c3642951516a1e6c065bd9db756 (diff) | |
download | samba-bd6626c40ce9806a6f5bc8aee4fe969028bda928.tar.gz samba-bd6626c40ce9806a6f5bc8aee4fe969028bda928.tar.bz2 samba-bd6626c40ce9806a6f5bc8aee4fe969028bda928.zip |
s3: Lift the server_messaging_context from notify_job_total_bytes
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 e2fcdceef3..ff842af90d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4424,7 +4424,9 @@ void notify_job_status_byname(struct tevent_context *ev, 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, +void notify_job_total_bytes(struct tevent_context *ev, + struct messaging_context *msg_ctx, + const char *sharename, uint32 jobid, uint32 size); void notify_job_total_pages(const char *sharename, uint32 jobid, uint32 pages); |