From aff093a7b45a52ce278f261e57d7105c73d5e1e7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Jan 2011 04:21:20 +0000 Subject: *** empty log message *** --- ev_vars.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ev_vars.h') 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 + * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann * 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 -- cgit v1.2.3