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

Comparing libev/ev.h (file contents):
Revision 1.97 by root, Wed Apr 9 14:39:28 2008 UTC vs.
Revision 1.98 by root, Tue Apr 15 04:34:07 2008 UTC

336 EV_WATCHER (ev_async) 336 EV_WATCHER (ev_async)
337 337
338 EV_ATOMIC_T sent; /* private */ 338 EV_ATOMIC_T sent; /* private */
339} ev_async; 339} ev_async;
340 340
341# define ev_async_pending(w) (((w)->sent + 0) 341# define ev_async_pending(w) ((w)->sent + 0)
342#endif 342#endif
343 343
344/* the presence of this union forces similar struct layout */ 344/* the presence of this union forces similar struct layout */
345union ev_any_watcher 345union ev_any_watcher
346{ 346{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines