summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-02 17:05:33 +0200
committerVolker Lendecke <vl@samba.org>2011-08-02 19:18:08 +0200
commitf9d183f931f021c7b76047766838388cb7686c37 (patch)
treed2f26efa594e601e41f16f928c8ef88c3eb96ac3 /source3/smbd/proto.h
parent502fdae7f134bda53e6c95e3a336e7b2fcda77f2 (diff)
downloadsamba-f9d183f931f021c7b76047766838388cb7686c37.tar.gz
samba-f9d183f931f021c7b76047766838388cb7686c37.tar.bz2
samba-f9d183f931f021c7b76047766838388cb7686c37.zip
s3: Pass sconn explicitly to open_was_deferred
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 5eced3df9b..49fc8c7b20 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -775,7 +775,7 @@ void remove_deferred_open_message_smb(struct smbd_server_connection *sconn,
uint64_t mid);
void schedule_deferred_open_message_smb(struct smbd_server_connection *sconn,
uint64_t mid);
-bool open_was_deferred(uint64_t mid);
+bool open_was_deferred(struct smbd_server_connection *sconn, uint64_t mid);
bool get_deferred_open_message_state(struct smb_request *smbreq,
struct timeval *p_request_time,
void **pp_state);