]> jfr.im git - solanum.git/blobdiff - include/client.h
client: use sequential connection ids for ssld connections in ssld RPC, instead of...
[solanum.git] / include / client.h
index 650f581059696bcfe49ce02e350be655fc1d0beb..f1a239c6d5b597f470eee6f56985d83e5aaeab2d 100644 (file)
@@ -240,6 +240,7 @@ struct LocalUser
 
        time_t next_away;       /* Don't allow next away before... */
        time_t last;
+       uint32_t connid;
 
        /* clients allowed to talk through +g */
        rb_dlink_list allow_list;
@@ -278,6 +279,7 @@ struct LocalUser
 
        struct _ssl_ctl *ssl_ctl;               /* which ssl daemon we're associate with */
        struct _ssl_ctl *z_ctl;                 /* second ctl for ssl+zlib */
+       uint32_t zconnid;
        uint32_t localflags;
        struct ZipStats *zipstats;              /* zipstats */
        uint16_t cork_count;                    /* used for corking/uncorking connections */