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

Comparing EV/EV/EVAPI.h (file contents):
Revision 1.2 by root, Mon Oct 29 08:51:44 2007 UTC vs.
Revision 1.3 by root, Mon Oct 29 18:33:02 2007 UTC

24 double (*now)(void); 24 double (*now)(void);
25 25
26 /* wait for a single event, without registering an event watcher */ 26 /* wait for a single event, without registering an event watcher */
27 /* if timeout is < 0, do wait indefinitely */ 27 /* if timeout is < 0, do wait indefinitely */
28 void (*once)(int fd, short events, double timeout, void (*cb)(int, short, void *), void *arg); 28 void (*once)(int fd, short events, double timeout, void (*cb)(int, short, void *), void *arg);
29
30 /* same as event_loop */
31 int (*loop)(int flags);
29}; 32};
30 33
31/* 34/*
32 * usage examples: 35 * usage examples:
33 * 36 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines