]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/globals.h
Enhance handling of connection attempts when hitting the connection limit
[netatalk.git] / include / atalk / globals.h
index 61cf247fe9987ce9f1cbe74d621c7eac4ed981cb..e1b5454b366486c3f4f6f3ae204cf28fbb035ad0 100644 (file)
@@ -138,6 +138,7 @@ typedef struct AFPObj {
     gid_t *groups;
     int ngroups;
     int afp_version;
+    int cnx_cnt, cnx_max;
     /* Functions */
     void (*logout)(void);
     void (*exit)(int);