| spandsp 0.0.6
    | 
#include <queue.h>
| Public Attributes | |
| int | flags | 
| Flags indicating the mode of the queue. | |
| int | len | 
| The length of the data buffer. | |
| volatile int | iptr | 
| The buffer input pointer. | |
| volatile int | optr | 
| The buffer output pointer. | |
Queue descriptor. This defines the working state for a single instance of a byte stream or message oriented queue.