Changeset 988 for vendor/current/source3/include/session.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/session.h
r414 r988 35 35 fstring remote_machine; 36 36 fstring id_str; 37 uint32 37 uint32_t id_num; 38 38 struct server_id pid; 39 39 fstring ip_addr_str; 40 40 time_t connect_start; 41 uint16_t connection_dialect; 42 uint8_t encryption_flags; 43 uint16_t cipher; 44 uint8_t signing_flags; 41 45 }; 42 46
Note:
See TracChangeset
for help on using the changeset viewer.