summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2012-04-02 18:39:54 +0000
committerroot <root>2012-04-02 18:39:54 +0000
commit1a78f29c569e692a7e7fb56b47f0cc7f7398a9b6 (patch)
tree38887c5897dcb8096066b56adb3f37b33749ce1f /ev_vars.h
parent3ea499f2d3ae8aaa2389b2e7f47d1a9d20f78f89 (diff)
*** empty log message ***
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)