|
ELinks 0.19.1
|
#include <itrm.h>
Data Fields | |
| unsigned char * | data |
| int | len |
| The amount of data in the queue, in bytes. | |
| int | size |
| Capacity 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.
| int itrm_queue::size |
Capacity in bytes.
On start ITRM_IN_QUEUE_SIZE, but can be resized.