projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SETNX and MSETNX now respect the delete-on-write operation of EXPIREing keys
[redis.git]
/
ae.h
diff --git
a/ae.h
b/ae.h
index 499063ca962dd1381d1848b375ad1a71a9edbad1..0a056ce917a6931e2fc390e87f4bfc8b16da1479 100644
(file)
--- a/
ae.h
+++ b/
ae.h
@@
-111,5
+111,6
@@
int aeDeleteTimeEvent(aeEventLoop *eventLoop, long long id);
int aeProcessEvents(aeEventLoop *eventLoop, int flags);
int aeWait(int fd, int mask, long long milliseconds);
void aeMain(aeEventLoop *eventLoop);
+char *aeGetApiName(void);
#endif