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

Comparing libev/ev.h (file contents):
Revision 1.38 by root, Tue Nov 6 13:17:55 2007 UTC vs.
Revision 1.39 by root, Tue Nov 6 18:49:32 2007 UTC

156/* invoked when the given signal has been received */ 156/* invoked when the given signal has been received */
157/* revent EV_SIGNAL */ 157/* revent EV_SIGNAL */
158struct ev_signal 158struct ev_signal
159{ 159{
160 EV_WATCHER_LIST (ev_signal); 160 EV_WATCHER_LIST (ev_signal);
161#if EV_MULTIPLICITY
162 struct ev_loop *loop;
163#endif
164 161
165 int signum; /* ro */ 162 int signum; /* ro */
166}; 163};
167 164
168/* invoked when the nothing else needs to be done, keeps the process from blocking */ 165/* invoked when the nothing else needs to be done, keeps the process from blocking */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines