summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2008-06-03 05:12:51 +0000
committerroot <root>2008-06-03 05:12:51 +0000
commit15fb204816a82f20acadf93fddb055e18c6fcb85 (patch)
treee8e6c3d4aa35ef3c4a0b9b7e65096ff3ed60651d /eio.c
parent37ad6568e8e787c9a79add8e6d2ea9f12b7712a8 (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.c b/eio.c
index a00d303..765d6d3 100644
--- a/eio.c
+++ b/eio.c
@@ -777,7 +777,7 @@ static int eio__futimes (int fd, const struct timeval tv[2])
# define readahead(fd,offset,count) eio__readahead (fd, offset, count, self)
static ssize_t
-eio__readahead (int fd, off_t offset, size_t count, worker *self)
+eio__readahead (int fd, off_t offset, size_t count, etp_worker *self)
{
size_t todo = count;
dBUF;