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

Comparing libeio/eio.h (file contents):
Revision 1.58 by root, Fri Jun 23 03:10:19 2017 UTC vs.
Revision 1.59 by root, Fri Jun 23 03:23:19 2017 UTC

330unsigned int eio_npending (void); /* number of finished but unhandled requests */ 330unsigned int eio_npending (void); /* number of finished but unhandled requests */
331unsigned int eio_nthreads (void); /* number of worker threads in use currently */ 331unsigned int eio_nthreads (void); /* number of worker threads in use currently */
332 332
333/*****************************************************************************/ 333/*****************************************************************************/
334/* convenience wrappers */ 334/* convenience wrappers */
335/* these do not expose advanced syscalls and directory fds */
335 336
336#ifndef EIO_NO_WRAPPERS 337#ifndef EIO_NO_WRAPPERS
337eio_req *eio_wd_open (const char *path, int pri, eio_cb cb, void *data); /* result=wd */ 338eio_req *eio_wd_open (const char *path, int pri, eio_cb cb, void *data); /* result=wd */
338eio_req *eio_wd_close (eio_wd wd, int pri, eio_cb cb, void *data); 339eio_req *eio_wd_close (eio_wd wd, int pri, eio_cb cb, void *data);
339eio_req *eio_nop (int pri, eio_cb cb, void *data); /* does nothing except go through the whole process */ 340eio_req *eio_nop (int pri, eio_cb cb, void *data); /* does nothing except go through the whole process */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines