]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/globals.h
Merge branch 'develop' into spotlight
[netatalk.git] / include / atalk / globals.h
index c4cca5be4532e001017b8dcf5fd93fe56fcd454e..3fb8e4f65c4819f79527e85be836d9abda17f29c 100644 (file)
@@ -41,7 +41,6 @@
 #define OPTION_UUID          (1 << 7)
 #define OPTION_ACL2MACCESS   (1 << 8)
 #define OPTION_NOZEROCONF    (1 << 9)
-#define OPTION_KEEPSESSIONS  (1 << 10) /* preserve sessions across master afpd restart with SIGQUIT */
 #define OPTION_SHARE_RESERV  (1 << 11) /* whether to use Solaris fcntl F_SHARE locks */
 #define OPTION_SPOTLIGHT     (1 << 12) /* whether to enable Spotlight support */
 #define PASSWD_NONE     0
@@ -103,6 +102,7 @@ struct afp_options {
     char *logfile;
     char *mimicmodel;
     char *adminauthuser;
+    char *slmod_path;
     struct afp_volume_name volfile;
 };