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

Comparing libeio/eio.c (file contents):
Revision 1.131 by root, Fri Aug 29 12:00:49 2014 UTC vs.
Revision 1.132 by root, Sun Sep 7 14:50:00 2014 UTC

1857 \ 1857 \
1858 req->type = rtype; \ 1858 req->type = rtype; \
1859 req->pri = pri; \ 1859 req->pri = pri; \
1860 req->finish = cb; \ 1860 req->finish = cb; \
1861 req->data = data; \ 1861 req->data = data; \
1862 req->result = -1; \
1863 req->errorno = ECANCELED; \
1864 req->destroy = eio_api_destroy; 1862 req->destroy = eio_api_destroy;
1865 1863
1866#define SEND eio_submit (req); return req 1864#define SEND eio_submit (req); return req
1867 1865
1868#define PATH \ 1866#define PATH \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines