X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fglobals.h;h=ef77470a99b4939476cec125e7ece7e1b1d56235;hb=ad220cd96d55445846d30b951a188ec5f9b849b2;hp=e37ebf64644d7546e8a35f7dc8dc5cd9926af090;hpb=4a63d5961aeae41acf4bdeb3c08e1b8512b9d97a;p=netatalk.git diff --git a/etc/afpd/globals.h b/etc/afpd/globals.h index e37ebf64..ef77470a 100644 --- a/etc/afpd/globals.h +++ b/etc/afpd/globals.h @@ -7,7 +7,6 @@ #define AFPD_GLOBALS_H 1 #include -#include #ifdef ADMIN_GRP #include @@ -57,6 +56,8 @@ struct afp_volume_name { struct afp_options { int connections, transports, tickleval, timeout, server_notif, flags, dircachesize; + int sleep; /* Maximum time allowed to sleep (in tickles) */ + int disconnected; /* Maximum time in disconnected state (in tickles) */ unsigned char passwdbits, passwdminlen, loginmaxfail; u_int32_t server_quantum; char hostname[MAXHOSTNAMELEN + 1], *server, *ipaddr, *port, *configfile; @@ -78,7 +79,6 @@ struct afp_options { charset_t maccharset, unixcharset; mode_t umask; mode_t save_mask; - int sleep; #ifdef ADMIN_GRP gid_t admingid; #endif /* ADMIN_GRP */ @@ -107,7 +107,7 @@ typedef struct _AFPObj { void *uam_cookie; /* cookie for uams */ struct session_info sinfo; uid_t uid; /* client running user id */ - + int ipc_fd; /* anonymous PF_UNIX socket for IPC with afpd parent */ #ifdef FORCE_UIDGID int force_uid; uidgidset uidgid;