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

Comparing libev/ev.c (file contents):
Revision 1.81 by root, Fri Nov 9 17:07:59 2007 UTC vs.
Revision 1.82 by root, Fri Nov 9 20:55:09 2007 UTC

948 ANPENDING *p = pendings [pri] + --pendingcnt [pri]; 948 ANPENDING *p = pendings [pri] + --pendingcnt [pri];
949 949
950 if (p->w) 950 if (p->w)
951 { 951 {
952 p->w->pending = 0; 952 p->w->pending = 0;
953 p->w->cb (EV_A_ p->w, p->events); 953 EV_CB_INVOKE (p->w, p->events);
954 } 954 }
955 } 955 }
956} 956}
957 957
958static void 958static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines