]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
* In the wholist, only show <private room> if the user viewing the list
[citadel.git] / citadel / server.h
index 94c9fce4ff9b5b848865e92d37abf32f35cd9e21..2f977a9d9c0dc230e01912114c95ce110da27e47 100644 (file)
@@ -36,6 +36,7 @@ struct CtdlSessData {
 enum {
        SYM_DESIRED_SECTION,            /* Used by the MIME parser */
        SYM_MA_INFO,                    /* Handles multipart/alternative */
+       SYM_REPL,                       /* Used for replication checking */
        SYM_MAX
 };
 
@@ -66,7 +67,6 @@ struct CitContext {
        int n_crit;             /* number of critical sections open */
        int client_socket;
        int cs_pid;             /* session ID */
-       char cs_room[ROOMNAMELEN];      /* current room */
        time_t cs_lastupdt;     /* time of last update */
        time_t lastcmd;         /* time of last command executed */
        time_t lastidle;        /* For computing idle time */