]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/globals.h
Merge branch-2-1
[netatalk.git] / etc / afpd / globals.h
index 40c9601be635ec38e07ea13b3489b5d4ef8fdb09..5fbb048b1bde766f2304fc59499db22bcdb91763 100644 (file)
@@ -64,6 +64,7 @@ struct afp_options {
     char *uampath, *fqdn;
     char *pidfile;
     char *sigconffile;
+    char *uuidconf;
     struct afp_volume_name defaultvol, systemvol, uservol;
     int  closevol;
 
@@ -91,7 +92,8 @@ struct afp_options {
 typedef struct _AFPObj {
     int proto;
     unsigned long servernum;
-    void *handle, *config;
+    void *handle;               /* either (DSI *) or (ASP *) */
+    void *config; 
     struct afp_options options;
     char *Obj, *Type, *Zone;
     char username[MAXUSERLEN];