Jazz 1.25.+
Loading...
Searching...
No Matches
Data Fields
jazz_elements::QueueEnt Struct Reference

QueueEnt: An entity to store a priority queue. More...

#include <volatile.h>

Data Fields

int queue_size
 The maximum number of nodes supported by the queue.
 
int queue_use
 Number of node inserted.
 
pVolatileTransaction p_root
 The root node.
 

Detailed Description

QueueEnt: An entity to store a priority queue.

This is the value in a HashQueueEntMap to control queues with individual sizes.


The documentation for this struct was generated from the following file: