summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-18 06:28:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:24 -0500
commit2ff21db535897eb2a4eae428b7465337bd7cfdd1 (patch)
tree4a17942c6021ae8503d7e3a83f09deddf62c6a02 /source4/libcli/smb2/smb2_calls.h
parent58bf4b160eb292bb40c79f65e4bc6a6f244577b9 (diff)
downloadsamba-2ff21db535897eb2a4eae428b7465337bd7cfdd1.tar.gz
samba-2ff21db535897eb2a4eae428b7465337bd7cfdd1.tar.bz2
samba-2ff21db535897eb2a4eae428b7465337bd7cfdd1.zip
r11771: - split out the setinfo blob construction in the libcli/raw code
- added a smb2_setinfo call - added smb2_setinfo_file*() calls (This used to be commit da0b6fb93683331134ef2f4abd8707e0c3fc6d9d)
Diffstat (limited to 'source4/libcli/smb2/smb2_calls.h')
-rw-r--r--source4/libcli/smb2/smb2_calls.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h
index 3ccb5309e5..1ef056da13 100644
--- a/source4/libcli/smb2/smb2_calls.h
+++ b/source4/libcli/smb2/smb2_calls.h
@@ -215,6 +215,15 @@ struct smb2_getinfo {
} out;
};
+struct smb2_setinfo {
+ struct {
+ uint16_t level;
+ uint32_t flags;
+ struct smb2_handle handle;
+ DATA_BLOB blob;
+ } in;
+};
+
struct smb2_write {
struct {
/* static body buffer 48 (0x30) bytes */