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

Comparing libeio/eio.h (file contents):
Revision 1.55 by root, Sat Jun 13 00:06:13 2015 UTC vs.
Revision 1.56 by root, Thu Jun 25 17:05:07 2015 UTC

285 285
286/* _private_ request flags */ 286/* _private_ request flags */
287enum { 287enum {
288 EIO_FLAG_PTR1_FREE = 0x01, /* need to free(ptr1) */ 288 EIO_FLAG_PTR1_FREE = 0x01, /* need to free(ptr1) */
289 EIO_FLAG_PTR2_FREE = 0x02, /* need to free(ptr2) */ 289 EIO_FLAG_PTR2_FREE = 0x02, /* need to free(ptr2) */
290 EIO_FLAG_GROUPADD = 0x04 /* some request was added to the group */
291}; 290};
292 291
293/* undocumented/unsupported/private helper */ 292/* undocumented/unsupported/private helper */
294/*void eio_page_align (void **addr, size_t *length);*/ 293/*void eio_page_align (void **addr, size_t *length);*/
295 294

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines