mdcore
0.1.5
|
#include <queue.h>
Data Fields | |
unsigned int | flags |
int | size |
union { | |
struct cellpair * pairs | |
struct celltuple * tuples | |
} | data |
struct space * | space |
int * | ind |
int | next |
int | count |
lock_type | lock |
The queue structure
int count |
union { ... } data |
unsigned int flags |
int* ind |
int next |
int size |