diff options
author | root <root> | 2009-06-06 18:06:55 +0000 |
---|---|---|
committer | root <root> | 2009-06-06 18:06:55 +0000 |
commit | 1a01097f12bd9cd363a2c3831c3d6ac328816523 (patch) | |
tree | 4a5e03d36aad9b2bbbc0ae3f24e29f09d22763b1 /eio.h | |
parent | 76f5f8782e61db7dbdcb127001ee753ab6743afc (diff) |
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r-- | eio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |