From e3eec7e37c0a81d1bb0e274eaf90f14f8c7625b4 Mon Sep 17 00:00:00 2001 From: VivekSainiEQ Date: Mon, 11 Jan 2021 19:17:28 +0000 Subject: [PATCH] Updated header file to remove fSynchronous flag Former-commit-id: e2552ff8a92ea5adf7cea070b48afc573003254d --- src/ae.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ae.h b/src/ae.h index 20ef22a5e..ab7127f8b 100644 --- a/src/ae.h +++ b/src/ae.h @@ -144,7 +144,7 @@ int aeCreateFileEvent(aeEventLoop *eventLoop, int fd, int mask, aeFileProc *proc, void *clientData); int aeCreateRemoteFileEvent(aeEventLoop *eventLoop, int fd, int mask, - aeFileProc *proc, void *clientData, int fSynchronous); + aeFileProc *proc, void *clientData); void aeDeleteFileEvent(aeEventLoop *eventLoop, int fd, int mask); void aeDeleteFileEventAsync(aeEventLoop *eventLoop, int fd, int mask);