]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
* service optimization
[citadel.git] / citadel / server.h
index f101ca9c876ecf29e0bed661c71ea51615af62f7..e603a031271017469272a25b6635e9c5622ae47b 100644 (file)
@@ -72,6 +72,7 @@ struct CitContext {
        time_t lastidle;        /* For computing idle time */
        char lastcmdname[5];    /* name of last command executed */
        unsigned cs_flags;      /* miscellaneous flags */
+       int client_protocol;    /* Which protocol is this client speaking? */
 
        /* feeping creaturisms... */
        int cs_clientdev;       /* client developer ID */