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

Comparing libeio/eio.h (file contents):
Revision 1.46 by root, Mon Sep 26 16:54:25 2011 UTC vs.
Revision 1.47 by root, Mon Sep 26 18:23:18 2011 UTC

245 eio_tstamp nv2; /* utime, futime: mtime */ 245 eio_tstamp nv2; /* utime, futime: mtime */
246 246
247 int type; /* EIO_xxx constant ETP */ 247 int type; /* EIO_xxx constant ETP */
248 int int1; /* all applicable requests: file descriptor; sendfile: output fd; open, msync, mlockall, readdir: flags */ 248 int int1; /* all applicable requests: file descriptor; sendfile: output fd; open, msync, mlockall, readdir: flags */
249 long int2; /* chown, fchown: uid; sendfile: input fd; open, chmod, mkdir, mknod: file mode, sync_file_range, fallocate: flags */ 249 long int2; /* chown, fchown: uid; sendfile: input fd; open, chmod, mkdir, mknod: file mode, sync_file_range, fallocate: flags */
250 long int3; /* chown, fchown: gid; rename: working directory of new name */ 250 long int3; /* chown, fchown: gid; rename, link: working directory of new name */
251 int errorno; /* errno value on syscall return */ 251 int errorno; /* errno value on syscall return */
252 252
253#if __i386 || __amd64 253#if __i386 || __amd64
254 unsigned char cancelled; 254 unsigned char cancelled;
255#else 255#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines