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

Comparing libev/ev.c (file contents):
Revision 1.42 by root, Fri Nov 2 20:05:05 2007 UTC vs.
Revision 1.43 by root, Fri Nov 2 20:21:33 2007 UTC

858} 858}
859 859
860static void 860static void
861ev_start (W w, int active) 861ev_start (W w, int active)
862{ 862{
863 if (w->priority < EV_MINPRI) w->priority = EV_MINPRI;
864 if (w->priority > EV_MAXPRI) w->priority = EV_MAXPRI;
865
863 w->active = active; 866 w->active = active;
864} 867}
865 868
866static void 869static void
867ev_stop (W w) 870ev_stop (W w)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines