From 2ff21db535897eb2a4eae428b7465337bd7cfdd1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 18 Nov 2005 06:28:15 +0000 Subject: 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) --- source4/libcli/smb2/smb2_calls.h | 9 +++++++++ 1 file changed, 9 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 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 */ -- cgit