summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-12-13 13:13:53 +0100
committerStefan Metzmacher <metze@samba.org>2011-12-13 20:31:09 +0100
commit21de67357509f18817dd202431017a7aa15e8495 (patch)
tree036019b3650c4616326e30cc748cdee11a0c661b /source3/smbd/proto.h
parent5efd7e16c24ed7d1ab510158ea9b2f6fd0b81922 (diff)
downloadsamba-21de67357509f18817dd202431017a7aa15e8495.tar.gz
samba-21de67357509f18817dd202431017a7aa15e8495.tar.bz2
samba-21de67357509f18817dd202431017a7aa15e8495.zip
s3:smbd/oplock: pass smbd_server_connection to init_oplocks()
metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index daaa914141..2989cdae4e 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -669,7 +669,7 @@ void smbd_contend_level2_oplocks_end(files_struct *fsp,
enum level2_contention_type type);
void share_mode_entry_to_message(char *msg, const struct share_mode_entry *e);
void message_to_share_mode_entry(struct share_mode_entry *e, char *msg);
-bool init_oplocks(struct messaging_context *msg_ctx);
+bool init_oplocks(struct smbd_server_connection *sconn);
/* The following definitions come from smbd/oplock_irix.c */