summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-25 05:46:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:42 -0500
commit2f74901802dc1ef40467e62f1880d958e6c69eef (patch)
treef7388c1b068d5a438b35951909c53c8441a54c37 /source4/libcli/smb2/smb2_calls.h
parent5fc1b68683886a8646b59bd8f01e8bdfb6bf7bbc (diff)
downloadsamba-2f74901802dc1ef40467e62f1880d958e6c69eef.tar.gz
samba-2f74901802dc1ef40467e62f1880d958e6c69eef.tar.bz2
samba-2f74901802dc1ef40467e62f1880d958e6c69eef.zip
r11891: - added pipe_flags field in smb2_trans
- while running dcerpc over SMB2, the server will occasionally send us a oh-so-useful STATUS_PENDING result meaning "I don't have a result for you yet, but I'm working on it". These can be discarded :-) (This used to be commit 24588a9c499536299d7aaf5b56ff73fb255290ca)
Diffstat (limited to 'source4/libcli/smb2/smb2_calls.h')
-rw-r--r--source4/libcli/smb2/smb2_calls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h
index 07f74ca229..e0a78937d5 100644
--- a/source4/libcli/smb2/smb2_calls.h
+++ b/source4/libcli/smb2/smb2_calls.h
@@ -304,9 +304,11 @@ struct smb2_find {
} out;
};
+#define SMB2_TRANS_PIPE_FLAGS 0x0011c017 /* what are these? */
+
struct smb2_trans {
struct {
- uint32_t unknown1;
+ uint32_t pipe_flags;
struct smb2_handle handle;
uint32_t unknown2;
uint32_t max_response_size;