summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/ntdomain.h')
-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;