mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
ae.c event loop: API to resize the fd set size on the run.
This commit is contained in:
2
src/ae.h
2
src/ae.h
@ -114,5 +114,7 @@ int aeWait(int fd, int mask, long long milliseconds);
|
||||
void aeMain(aeEventLoop *eventLoop);
|
||||
char *aeGetApiName(void);
|
||||
void aeSetBeforeSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *beforesleep);
|
||||
int aeGetSetSize(aeEventLoop *eventLoop);
|
||||
int aeResizeSetSize(aeEventLoop *eventLoop, int setsize);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user