ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_vars.h
(Generate patch)

Comparing libev/ev_vars.h (file contents):
Revision 1.49 by root, Thu Jun 30 12:48:40 2011 UTC vs.
Revision 1.50 by root, Mon Apr 2 18:39:54 2012 UTC

1/* 1/*
2 * loop member variable declarations 2 * loop member variable declarations
3 * 3 *
4 * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de>
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without modifica- 7 * Redistribution and use in source and binary forms, with or without modifica-
8 * tion, are permitted provided that the following conditions are met: 8 * tion, are permitted provided that the following conditions are met:
9 * 9 *
108VARx(int, epoll_epermcnt) 108VARx(int, epoll_epermcnt)
109VARx(int, epoll_epermmax) 109VARx(int, epoll_epermmax)
110#endif 110#endif
111 111
112#if EV_USE_KQUEUE || EV_GENWRAP 112#if EV_USE_KQUEUE || EV_GENWRAP
113VARx(pid_t, kqueue_fd_pid)
113VARx(struct kevent *, kqueue_changes) 114VARx(struct kevent *, kqueue_changes)
114VARx(int, kqueue_changemax) 115VARx(int, kqueue_changemax)
115VARx(int, kqueue_changecnt) 116VARx(int, kqueue_changecnt)
116VARx(struct kevent *, kqueue_events) 117VARx(struct kevent *, kqueue_events)
117VARx(int, kqueue_eventmax) 118VARx(int, kqueue_eventmax)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines