summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-02-07 11:39:32 +0100
committerJeremy Allison <jra@samba.org>2018-02-13 00:26:43 +0100
commitb7e29d04c6156a6eb5c02b12e53abd1a04d75471 (patch)
tree0b2c060c52740caa12c474d419148d025b0ea446 /source3/smbd/proto.h
parentfc424b28cd54f4ff5737417db1e1f8059cad80db (diff)
downloadsamba-b7e29d04c6156a6eb5c02b12e53abd1a04d75471.tar.gz
smbd: Pass "file_id" explicitly to message_to_share_mode_entry()
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 175b92bc1cd..96636696f91 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -724,7 +724,9 @@ void smbd_contend_level2_oplocks_end(files_struct *fsp,
enum level2_contention_type type);
void share_mode_entry_to_message(char *msg, const struct file_id *id,
const struct share_mode_entry *e);
-void message_to_share_mode_entry(struct share_mode_entry *e, const char *msg);
+void message_to_share_mode_entry(struct file_id *id,
+ struct share_mode_entry *e,
+ const char *msg);
bool init_oplocks(struct smbd_server_connection *sconn);
void init_kernel_oplocks(struct smbd_server_connection *sconn);