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