Changeset 862 for trunk/server/source3/smbd/globals.h
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/smbd/globals.h
r751 r862 163 163 uint16_t flags2, 164 164 unsigned int max_data_bytes, 165 size_t *fixed_portion, 165 166 char **ppdata, 166 167 unsigned int *pdata_size); … … 180 181 uint16_t flags2, 181 182 unsigned int max_data_bytes, 183 size_t *fixed_portion, 184 struct smb_filename *smb_fname, 182 185 char **ppdata, 183 186 int *ret_data_len); … … 647 650 uint32_t max_read; 648 651 uint32_t max_write; 649 bool compound_related_in_progress;650 652 } smb2; 651 653 };
Note:
See TracChangeset
for help on using the changeset viewer.