summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-02-03 01:23:12 +0000
committerJeremy Allison <jra@samba.org>1999-02-03 01:23:12 +0000
commit5d9df5e261149fd600d936bbb0f4bacc5756074f (patch)
treec282a41b06f2e7c201d4fff9f85582cef2eaebf0 /source/include
parent4d1d17c51b1447a8e91daf2a6482bfc3d79fddca (diff)
downloadsamba-5d9df5e261149fd600d936bbb0f4bacc5756074f.tar.gz
samba-5d9df5e261149fd600d936bbb0f4bacc5756074f.tar.xz
samba-5d9df5e261149fd600d936bbb0f4bacc5756074f.zip
Applying Luke's fix for the multiple DCE/RPC PDU problem to 2.0.
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/ntdomain.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index edbe87ab8d8..fe35478bef6 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -97,10 +97,9 @@ typedef struct pipes_struct
fstring domain;
fstring wks;
- uint32 file_offset;
- uint32 hdr_offsets;
- uint32 frag_len_left;
- uint32 next_frag_start;
+ uint32 file_offset; /* Offset (including headers) into the data stream sent. */
+ uint32 prev_pdu_file_offset; /* Offset (including headers) where the last whole framgent sent. */
+ uint32 hdr_offsets; /* Total number of bytes in the headers sent (0x18 * number_of_headers_sent). */
} pipes_struct;