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

Comparing libeio/eio.c (file contents):
Revision 1.80 by root, Tue Jul 5 18:59:28 2011 UTC vs.
Revision 1.81 by root, Tue Jul 5 20:34:42 2011 UTC

589} 589}
590 590
591static void 591static void
592etp_cancel (ETP_REQ *req) 592etp_cancel (ETP_REQ *req)
593{ 593{
594 X_LOCK (wrklock); 594 req->cancelled = 1;
595 req->flags |= EIO_FLAG_CANCELLED;
596 X_UNLOCK (wrklock);
597 595
598 eio_grp_cancel (req); 596 eio_grp_cancel (req);
599} 597}
600 598
601static void 599static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines