Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / modules / rwho / serv_rwho.c
index 5329bc70aaf9ab2aec92cd287a86759dc862b87b..8967aca3610d2b50c01547aae540838dccdc658e 100644 (file)
@@ -214,6 +214,7 @@ void cmd_rwho(char *argbuf) {
        cprintf("000\n");
 }
 
+#if 0
 /*
  * check for async io jobs that are stuck (didn't ping back for 10 mins)
  */
@@ -276,8 +277,8 @@ void dead_io_check(void) {
        
        /* release out copy of the context list */
        free(nptr);
-
 }
+#endif
 
 /*
  * Masquerade roomname
@@ -381,7 +382,7 @@ CTDL_MODULE_INIT(rwho)
                CtdlRegisterProtoHook(cmd_rchg, "RCHG", "Masquerade roomname");
                CtdlRegisterProtoHook(cmd_uchg, "UCHG", "Masquerade username");
                CtdlRegisterProtoHook(cmd_stel, "STEL", "Enter/exit stealth mode");
-               CtdlRegisterSessionHook(dead_io_check, EVT_TIMER, PRIO_QUEUE + 50);
+               //CtdlRegisterSessionHook(dead_io_check, EVT_TIMER, PRIO_QUEUE + 50);
 
        }