X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f3053eb0eb704dea7ff39f389f344a37e3985aab..08253bf42b7f1fdc000dedfb2580bc9cb375449d:/ae_kqueue.c diff --git a/ae_kqueue.c b/ae_kqueue.c index 1dc86af5..04c3536b 100644 --- a/ae_kqueue.c +++ b/ae_kqueue.c @@ -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"; +}