diff options
author | root <root> | 2009-04-15 17:49:26 +0000 |
---|---|---|
committer | root <root> | 2009-04-15 17:49:26 +0000 |
commit | eb0bc6d98333434ecec2c4e7f7292506667d9141 (patch) | |
tree | 5a3c3ad944ca53fbc6833f99ddea383287d46d5f /ev.h | |
parent | b297584953bdc7c2ea0f79983e11b838852b02aa (diff) |
keepalive fix
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ struct ev_loop; #define EV_EMBED 0x00010000 /* embedded event loop needs sweep */ #define EV_FORK 0x00020000 /* event loop resumed in child */ #define EV_ASYNC 0x00040000 /* async intra-loop signal */ +#define EV_CUSTOM 0x01000000 /* for use by user code */ #define EV_ERROR 0x80000000 /* sent when an error occurs */ /* can be used to add custom fields to all watchers, while losing binary compatibility */ |