Code review minor changes (names, comments).

This commit is contained in:
Yossi Gottlieb
2019-10-15 17:21:33 +03:00
parent 71f10de4de
commit c469f6ad9e
6 changed files with 37 additions and 7 deletions

View File

@ -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