summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_break.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-04-07 19:00:44 -0700
committerJeremy Allison <jra@samba.org>2010-04-07 19:00:44 -0700
commit3413cf7a6bd992fa722cc9674176beb15446502b (patch)
tree4eece0d5fcdace275e7c264ef3dd6173e599c043 /source3/smbd/smb2_break.c
parent0ec6f297eebe1062f48b9e03b7a0def8a1b5ee21 (diff)
downloadsamba-3413cf7a6bd992fa722cc9674176beb15446502b.tar.gz
samba-3413cf7a6bd992fa722cc9674176beb15446502b.tar.bz2
samba-3413cf7a6bd992fa722cc9674176beb15446502b.zip
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
Jeremy.
Diffstat (limited to 'source3/smbd/smb2_break.c')
-rw-r--r--source3/smbd/smb2_break.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/smbd/smb2_break.c b/source3/smbd/smb2_break.c
index 879d59f89e..5057fc1fc1 100644
--- a/source3/smbd/smb2_break.c
+++ b/source3/smbd/smb2_break.c
@@ -208,3 +208,12 @@ static NTSTATUS smbd_smb2_oplock_break_recv(struct tevent_req *req,
tevent_req_received(req);
return NT_STATUS_OK;
}
+
+void send_smb2_break_message(files_struct *fsp, uint8_t level)
+{
+}
+
+void schedule_deferred_open_smb2_message(uint16 mid)
+{
+ /* FIXME - mid needs to be uint64_t. */
+}