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

Comparing libeio/eio.h (file contents):
Revision 1.20 by root, Sat Jun 6 18:06:55 2009 UTC vs.
Revision 1.21 by root, Sat Jun 6 19:44:17 2009 UTC

76/* using "typical" values in the hope that the compiler will do something sensible */ 76/* using "typical" values in the hope that the compiler will do something sensible */
77enum eio_dtype { 77enum eio_dtype {
78 EIO_DT_UNKNOWN = 0, 78 EIO_DT_UNKNOWN = 0,
79 EIO_DT_FIFO = 1, 79 EIO_DT_FIFO = 1,
80 EIO_DT_CHR = 2, 80 EIO_DT_CHR = 2,
81 EIO_DT_MPC = 3, /* multiplexed char device (v7+Coherent) */
81 EIO_DT_DIR = 4, 82 EIO_DT_DIR = 4,
83 EIO_DT_NAM = 5, /* xenix special named file */
82 EIO_DT_BLK = 6, 84 EIO_DT_BLK = 6,
85 EIO_DT_MPB = 7, /* multiplexed block device (v7+coherent) */
83 EIO_DT_REG = 8, 86 EIO_DT_REG = 8,
87 EIO_DT_NWK = 9, /* HP-UX network special */
88 EIO_DT_CMP = 9, /* VxFS compressed */
84 EIO_DT_LNK = 10, 89 EIO_DT_LNK = 10,
90 /* DT_SHAD = 11,*/
85 EIO_DT_SOCK = 12, 91 EIO_DT_SOCK = 12,
92 EIO_DT_DOOR = 13, /* solaris door */
86 EIO_DT_WHT = 14, 93 EIO_DT_WHT = 14,
87 EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */ 94 EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */
88}; 95};
89 96
90struct eio_dirent { 97struct eio_dirent {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines