Changeset 988 for vendor/current/source3/include/msdfs.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/msdfs.h
r740 r988 39 39 40 40 struct client_dfs_referral { 41 uint32 proximity;42 uint32 ttl;41 uint32_t proximity; 42 uint32_t ttl; 43 43 char *dfspath; 44 44 }; … … 46 46 struct referral { 47 47 char *alternate_path; /* contains the path referred */ 48 uint32 proximity;49 uint32 ttl; /* how long should client cache referral */48 uint32_t proximity; 49 uint32_t ttl; /* how long should client cache referral */ 50 50 }; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.