Nagios 4.4.14
Dev docs for Nagios core and neb-module hackers
|
the priority queue handle More...
#include <prqueue.h>
Data Fields | |
unsigned int | size |
number of elements in this queue | |
unsigned int | avail |
slots available in this queue | |
unsigned int | step |
growth stepping setting | |
prqueue_cmp_pri_f | cmppri |
callback to compare nodes | |
prqueue_get_pri_f | getpri |
callback to get priority of a node | |
prqueue_set_pri_f | setpri |
callback to set priority of a node | |
prqueue_get_pos_f | getpos |
callback to get position of a node | |
prqueue_set_pos_f | setpos |
callback to set position of a node | |
void ** | d |
The actual queue in binary heap form. | |
the priority queue handle