X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/791445b7459183d839e20672e20d246dea895213..4132ad8d49e9a26425497048404f32b151362fe1:/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"; +}