summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index 9f7acb6..667a986 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -1,7 +1,7 @@
/*
* loop member variable declarations
*
- * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
@@ -110,6 +110,7 @@ VARx(int, epoll_epermmax)
#endif
#if EV_USE_KQUEUE || EV_GENWRAP
+VARx(pid_t, kqueue_fd_pid)
VARx(struct kevent *, kqueue_changes)
VARx(int, kqueue_changemax)
VARx(int, kqueue_changecnt)