From eb0bc6d98333434ecec2c4e7f7292506667d9141 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Apr 2009 17:49:26 +0000 Subject: keepalive fix --- ev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ev.h') diff --git a/ev.h b/ev.h index 944a0da..70746ab 100644 --- a/ev.h +++ b/ev.h @@ -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 */ -- cgit v1.2.3