diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/msdfs.h | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h index ff035ddd49..f7aa494cd2 100644 --- a/source3/include/msdfs.h +++ b/source3/include/msdfs.h @@ -44,23 +44,20 @@ typedef struct _client_referral { pstring dfspath; } CLIENT_DFS_REFERRAL; -struct referral -{ +struct referral { pstring alternate_path; /* contains the path referred */ uint32 proximity; uint32 ttl; /* how long should client cache referral */ }; -struct junction_map -{ - pstring service_name; - pstring volume_name; - int referral_count; - struct referral* referral_list; +struct junction_map { + pstring service_name; + pstring volume_name; + int referral_count; + struct referral* referral_list; }; -struct dfs_path -{ +struct dfs_path { pstring hostname; pstring servicename; pstring reqpath; |