summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2009-06-06 18:06:55 +0000
committerroot <root>2009-06-06 18:06:55 +0000
commit1a01097f12bd9cd363a2c3831c3d6ac328816523 (patch)
tree4a5e03d36aad9b2bbbc0ae3f24e29f09d22763b1 /eio.h
parent76f5f8782e61db7dbdcb127001ee753ab6743afc (diff)
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.h b/eio.h
index 2ef2a55..c6ca312 100644
--- a/eio.h
+++ b/eio.h
@@ -137,7 +137,7 @@ struct eio_req
ssize_t result; /* result of syscall, e.g. result = read (... */
off_t offs; /* read, write, truncate, readahead, sync_file_range: file offset */
size_t size; /* read, write, readahead, sendfile, msync, sync_file_range: length */
- void *ptr1; /* all applicable requests: pathname, old name */
+ void *ptr1; /* all applicable requests: pathname, old name; readdir: possible output memory buffer */
void *ptr2; /* all applicable requests: new name or memory buffer */
eio_tstamp nv1; /* utime, futime: atime; busy: sleep time */
eio_tstamp nv2; /* utime, futime: mtime */