mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
Code review minor changes (names, comments).
This commit is contained in:
2
src/ae.h
2
src/ae.h
@ -129,6 +129,6 @@ void aeSetBeforeSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *beforesleep
|
||||
void aeSetAfterSleepProc(aeEventLoop *eventLoop, aeBeforeSleepProc *aftersleep);
|
||||
int aeGetSetSize(aeEventLoop *eventLoop);
|
||||
int aeResizeSetSize(aeEventLoop *eventLoop, int setsize);
|
||||
void aeDontWait(aeEventLoop *eventLoop, int noWait);
|
||||
void aeSetDontWait(aeEventLoop *eventLoop, int noWait);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user