]> git.saurik.com Git - redis.git/blobdiff - ae_kqueue.c
increment dirty counter after hmset
[redis.git] / ae_kqueue.c
index 6408e3222d2aeea96d757d8658309e91499c6fce..04c3536ba7f80892ef00cfaa20d6a109776d0e15 100644 (file)
@@ -87,3 +87,7 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
     }
     return numevents;
 }
+
+static char *aeApiName(void) {
+    return "kqueue";
+}