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

Comparing libeio/eio.h (file contents):
Revision 1.22 by root, Fri Jun 12 00:43:16 2009 UTC vs.
Revision 1.23 by root, Fri Jun 12 16:48:08 2009 UTC

97struct eio_dirent { 97struct eio_dirent {
98 char *name; 98 char *name;
99 ino_t inode; 99 ino_t inode;
100 unsigned short namelen; 100 unsigned short namelen;
101 unsigned char type; 101 unsigned char type;
102 unsigned char score; /* internal use */ 102 signed char score; /* internal use */
103 /* 0-4 bytes padding */ 103 /* 0-4 bytes padding */
104}; 104};
105 105
106/* eio_sync_file_range flags */ 106/* eio_sync_file_range flags */
107 107

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines