summaryrefslogtreecommitdiff
path: root/source/include/msdfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/msdfs.h')
-rw-r--r--source/include/msdfs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/msdfs.h b/source/include/msdfs.h
index 32aa7ecef25..eaefa81c5b8 100644
--- a/source/include/msdfs.h
+++ b/source/include/msdfs.h
@@ -37,6 +37,12 @@
/* Maximum number of referrals for each Dfs volume */
#define MAX_REFERRAL_COUNT 256
+typedef struct _client_referral {
+ uint32 proximity;
+ uint32 ttl;
+ pstring dfspath;
+} CLIENT_DFS_REFERRAL;
+
struct referral
{
pstring alternate_path; /* contains the path referred */