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.51 by root, Wed Apr 18 06:06:04 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)
193#if EV_FEATURE_API || EV_GENWRAP 194#if EV_FEATURE_API || EV_GENWRAP
194VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */ 195VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
195VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */ 196VARx(unsigned int, loop_depth) /* #ev_run enters - #ev_run leaves */
196 197
197VARx(void *, userdata) 198VARx(void *, userdata)
198VAR (release_cb, void (*release_cb)(EV_P)) 199VAR (release_cb, void (*release_cb)(EV_P) EV_THROW)
199VAR (acquire_cb, void (*acquire_cb)(EV_P)) 200VAR (acquire_cb, void (*acquire_cb)(EV_P) EV_THROW)
200VAR (invoke_cb , void (*invoke_cb) (EV_P)) 201VAR (invoke_cb , void (*invoke_cb) (EV_P))
201#endif 202#endif
202 203
203#undef VARx 204#undef VARx
204 205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines