summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-25 11:33:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:47 -0500
commit1e3583475fbe6be46383866f3e061637f2f20c2a (patch)
tree1ef78f362b0f7e32380b0b2a17d54b45ba4e33e8 /source4/libcli/smb2/smb2_calls.h
parent43405e07446bfaaee25bcd0b1140667b533e59e3 (diff)
downloadsamba-1e3583475fbe6be46383866f3e061637f2f20c2a.tar.gz
samba-1e3583475fbe6be46383866f3e061637f2f20c2a.tar.bz2
samba-1e3583475fbe6be46383866f3e061637f2f20c2a.zip
r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help
brainstorming this one. (This used to be commit a969ad592ae4cd8f7c66b1df4763fdc70328c967)
Diffstat (limited to 'source4/libcli/smb2/smb2_calls.h')
-rw-r--r--source4/libcli/smb2/smb2_calls.h7
1 files changed, 7 insertions, 0 deletions
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;
+};