Changeset 740 for vendor/current/source4/libcli/smb2/smb2.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified vendor/current/source4/libcli/smb2/smb2.h ¶
r414 r740 104 104 void (*func)(struct smb2_transport *, void *); 105 105 void *private_data; 106 u int_t period;106 unsigned int period; 107 107 } idle; 108 108 … … 146 146 struct gensec_security *gensec; 147 147 uint64_t uid; 148 uint32_t pid; 148 149 DATA_BLOB session_key; 149 150 bool signing_active; … … 167 168 /* each request is in one of 3 possible states */ 168 169 enum smb2_request_state state; 169 170 170 171 struct smb2_transport *transport; 171 172 struct smb2_session *session; … … 177 178 bool do_cancel; 178 179 bool can_cancel; 179 uint 32_t pending_id;180 uint64_t async_id; 180 181 } cancel; 181 182 … … 183 184 or code detecting error. */ 184 185 NTSTATUS status; 185 186 186 187 struct smb2_request_buffer in; 187 188 struct smb2_request_buffer out;
Note:
See TracChangeset
for help on using the changeset viewer.