summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-09-16 07:49:44 +0200
committerMichael Adam <obnox@samba.org>2014-09-19 09:15:12 +0200
commita6ff17f978fe0d0e053603da09f602bc8bc5d74c (patch)
treea78bfb1a94b04624a092170dfdb84530123ac38d /source3/smbd/globals.h
parent56d454b4ae40afeeb90182f37aeb812f8a93c0e4 (diff)
downloadsamba-a6ff17f978fe0d0e053603da09f602bc8bc5d74c.tar.gz
samba-a6ff17f978fe0d0e053603da09f602bc8bc5d74c.tar.xz
samba-a6ff17f978fe0d0e053603da09f602bc8bc5d74c.zip
s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 02275d8c1e..1a7c803210 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -318,12 +318,12 @@ int map_smb2_oplock_levels_to_samba(uint8_t in_oplock_level);
bool get_deferred_open_message_state_smb2(struct smbd_smb2_request *smb2req,
struct timeval *p_request_time,
struct deferred_open_record **open_rec);
-bool open_was_deferred_smb2(struct smbd_server_connection *sconn,
- uint64_t mid);
+bool open_was_deferred_smb2(
+ struct smbXsrv_connection *xconn, uint64_t mid);
void remove_deferred_open_message_smb2(
- struct smbd_server_connection *sconn, uint64_t mid);
+ struct smbXsrv_connection *xconn, uint64_t mid);
bool schedule_deferred_open_message_smb2(
- struct smbd_server_connection *sconn, uint64_t mid);
+ struct smbXsrv_connection *xconn, uint64_t mid);
bool push_deferred_open_message_smb2(struct smbd_smb2_request *smb2req,
struct timeval request_time,
struct timeval timeout,