]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/globals.h
Merge remote-tracking branch 'origin/spotlight' into develop
[netatalk.git] / include / atalk / globals.h
index a095b103ad484a02f88496ce589156798b705a9c..faadc71333d4ef2fcd5f4d4ec51128859b889743 100644 (file)
@@ -57,6 +57,7 @@
 #define OPTION_ACL2MODE      (1 << 10)
 #define OPTION_SHARE_RESERV  (1 << 11) /* whether to use Solaris fcntl F_SHARE locks */
 #define OPTION_DBUS_AFPSTATS (1 << 12) /* whether to run dbus thread for afpstats */
+#define OPTION_SPOTLIGHT     (1 << 13) /* whether to enable Spotlight support */
 
 #define PASSWD_NONE     0
 #define PASSWD_SET     (1 << 0)
@@ -117,6 +118,8 @@ struct afp_options {
     char *logfile;
     char *mimicmodel;
     char *adminauthuser;
+    char *slmod_path;
+    int tracker_loglevel;
     struct afp_volume_name volfile;
 };