Fucked up the sequence of arguments for the floodprotected aide message
[citadel.git] / citadel / event_client.h
index b21e2cc145e8188d71cd6cb91cf01383cbf3da6e..0c9d5b7a93cd872443ee71a418fc5be5aad10913 100644 (file)
@@ -153,6 +153,7 @@ typedef struct __evcares_data {
        IO_CallBack Fail;      /* the dns lookup didn't work out. */
 } evcares_data;
 
+
 struct AsyncIO {
        long ID;
        ev_tstamp Now;
@@ -220,6 +221,7 @@ typedef struct _IOAddHandler {
 } IOAddHandler;
 
 
+inline static time_t EvGetNow(AsyncIO *IO) { return (time_t) IO->Now;}
 
 extern int DebugEventLoop;
 extern int DebugCAres;