X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fglobals.h;fp=include%2Fatalk%2Fglobals.h;h=8944ec8669d648041d2136d5193b814ae927bd9e;hp=b876280860ce015a4f8b703a7269816f61cd6201;hb=42a0a094b72577aee3fee7f186da52dc83db001d;hpb=22a32e7449133013789f3fc7ff6b32772b0c76cc diff --git a/include/atalk/globals.h b/include/atalk/globals.h index b8762808..8944ec86 100644 --- a/include/atalk/globals.h +++ b/include/atalk/globals.h @@ -59,6 +59,7 @@ #define OPTION_DBUS_AFPSTATS (1 << 12) /* whether to run dbus thread for afpstats */ #define OPTION_SPOTLIGHT (1 << 13) /* whether to initialize Spotlight support */ #define OPTION_SPOTLIGHT_VOL (1 << 14) /* whether spotlight shall be enabled by default for volumes */ +#define OPTION_RECVFILE (1 << 15) #define PASSWD_NONE 0 #define PASSWD_SET (1 << 0) @@ -123,6 +124,7 @@ struct afp_options { char *adminauthuser; char *ignored_attr; char *slmod_path; + int splice_size; struct afp_volume_name volfile; };