summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ev.h b/ev.h
index 9aebc89..372e895 100644
--- a/ev.h
+++ b/ev.h
@@ -414,6 +414,7 @@ union ev_any_watcher
#define EVBACKEND_KQUEUE 0x00000008U /* bsd */
#define EVBACKEND_DEVPOLL 0x00000010U /* solaris 8 */ /* NYI */
#define EVBACKEND_PORT 0x00000020U /* solaris 10 */
+#define EVBACKEND_ALL 0x0000003FU
#if EV_PROTOTYPES
int ev_version_major (void);