summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2011-01-05 04:21:20 +0000
committerroot <root>2011-01-05 04:21:20 +0000
commitaff093a7b45a52ce278f261e57d7105c73d5e1e7 (patch)
treeff5edcb9225f1a30da2b5be8ffb50c0a2559ed7e /ev_vars.h
parent0dd9e41836e852b2f0e55598508482d3d2e82f2d (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 16d48ab..5de913d 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -1,7 +1,7 @@
/*
* loop member variable declarations
*
- * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
@@ -102,6 +102,9 @@ VARx(int, pollidxmax)
#if EV_USE_EPOLL || EV_GENWRAP
VARx(struct epoll_event *, epoll_events)
VARx(int, epoll_eventmax)
+VARx(int *, epoll_eperms)
+VARx(int, epoll_epermcnt)
+VARx(int, epoll_epermmax)
#endif
#if EV_USE_KQUEUE || EV_GENWRAP