]> git.saurik.com Git - redis.git/blobdiff - ae_kqueue.c
log error and quit when the AOF contains an unfinished MULTI
[redis.git] / ae_kqueue.c
index 1dc86af5deb350194a8b0cb41e7335864a352270..04c3536ba7f80892ef00cfaa20d6a109776d0e15 100644 (file)
@@ -84,7 +84,10 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
             eventLoop->fired[j].fd = e->ident; 
             eventLoop->fired[j].mask = mask;           
         }
-        
     }
     return numevents;
-}
\ No newline at end of file
+}
+
+static char *aeApiName(void) {
+    return "kqueue";
+}