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