We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799edfa commit 4ece9a0Copy full SHA for 4ece9a0
adapters/libevent.h
@@ -50,7 +50,7 @@ static void redisLibeventDestroy(redisLibeventEvents *e) {
50
hi_free(e);
51
}
52
53
-static void redisLibeventHandler(int fd, short event, void *arg) {
+static void redisLibeventHandler(evutil_socket_t fd, short event, void *arg) {
54
((void)fd);
55
redisLibeventEvents *e = (redisLibeventEvents*)arg;
56
e->state |= REDIS_LIBEVENT_ENTERED;
0 commit comments