summaryrefslogtreecommitdiffstats
path: root/source3/include/msdfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/msdfs.h')
-rw-r--r--source3/include/msdfs.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/source3/include/msdfs.h b/source3/include/msdfs.h
index ff035ddd493..f7aa494cd2c 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;