#include <iobuf.h>
Data Fields | |
int | fd |
File descriptor being buffered. | |
char * | buffer |
The buffer memory. | |
unsigned | bufsize |
Total buffer size. | |
unsigned | buflen |
Length of the data in the buffer. | |
unsigned | bufstart |
Start of the data in the buffer. | |
unsigned | offset |
Current file read/write offset. | |
unsigned | timeout |
I/O timeout in ms (0 for no timeout). | |
unsigned | flags |
Status flags. | |
int | errnum |
Saved errno flag. |