Changeset 6a5b8a4
- Timestamp:
- 03/23/10 11:42:38 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- f1ab057
- Parents:
- 0d1c9cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/wandio.h
r6f8745b r6a5b8a4 32 32 */ 33 33 34 #ifndef IO_H 35 #define IO_H 1 34 #ifndef IO_H 35 #define IO_H 1 /**< Guard Define */ 36 36 #include <sys/types.h> 37 37 #include <stdio.h> … … 49 49 */ 50 50 51 typedef struct io_t io_t; 52 typedef struct iow_t iow_t; 51 typedef struct io_t io_t; /**< Opaque IO handle structure for reading */ 52 typedef struct iow_t iow_t; /**< Opaque IO handle structure for writing */ 53 53 54 54 /** Structure defining a supported compression method */
Note: See TracChangeset
for help on using the changeset viewer.