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

Comparing libeio/eio.h (file contents):
Revision 1.50 by root, Sun Apr 1 17:22:42 2012 UTC vs.
Revision 1.51 by root, Wed Jul 25 16:12:28 2012 UTC

168}; 168};
169 169
170/* eio_fallocate flags */ 170/* eio_fallocate flags */
171enum 171enum
172{ 172{
173 EIO_FALLOC_FL_KEEP_SIZE = 1 /* MUST match the value in linux/falloc.h */ 173 /* these MUST match the value in linux/falloc.h */
174 EIO_FALLOC_FL_KEEP_SIZE = 1,
175 EIO_FALLOC_FL_PUNCH_HOLE = 2
174}; 176};
175 177
176/* timestamps and differences - feel free to use double in your code directly */ 178/* timestamps and differences - feel free to use double in your code directly */
177typedef double eio_tstamp; 179typedef double eio_tstamp;
178 180

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines