diff options
author | root <root> | 2011-07-05 18:59:28 +0000 |
---|---|---|
committer | root <root> | 2011-07-05 18:59:28 +0000 |
commit | 99c469fd3eaa9d1f5aef91cc55fbc1dff1aaf607 (patch) | |
tree | c38078b50a5405827158ebe7e2d27d077ef70d2d /eio.h | |
parent | 23068c2bb1e8510d27176a3c3c79d55656502441 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r-- | eio.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -321,11 +321,9 @@ void eio_grp_cancel (eio_req *grp); /* cancels all sub requests but not the g void eio_submit (eio_req *req); /* cancel a request as soon fast as possible, if possible */ void eio_cancel (eio_req *req); -/* destroy a request that has never been submitted */ -void eio_destroy (eio_req *req); /*****************************************************************************/ -/* convinience functions */ +/* convenience functions */ ssize_t eio_sendfile_sync (int ofd, int ifd, off_t offset, size_t count); |