From 1e3583475fbe6be46383866f3e061637f2f20c2a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 25 Nov 2005 11:33:57 +0000 Subject: r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help brainstorming this one. (This used to be commit a969ad592ae4cd8f7c66b1df4763fdc70328c967) --- source4/libcli/smb2/smb2_calls.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/libcli/smb2/smb2_calls.h') diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h index cd0e80f5ae..03f65d947e 100644 --- a/source4/libcli/smb2/smb2_calls.h +++ b/source4/libcli/smb2/smb2_calls.h @@ -356,3 +356,10 @@ struct smb2_trans { DATA_BLOB out; } out; }; + +struct smb2_flush { + struct { + uint32_t unknown; + struct smb2_handle handle; + } in; +}; -- cgit