ELinks 0.18.0
|
#include <itrm.h>
Data Fields | |
unsigned char * | data |
int | len |
The amount of data in the queue, in bytes. |
unsigned char* itrm_queue::data |
int itrm_queue::len |
The amount of data in the queue, in bytes.
This may be less than the amount of memory allocated for the buffer; struct itrm_queue does not keep track of that, and has no global policy on whether the buffer can be resized.