pqueue_t Struct Reference

the priority queue handle More...

#include <pqueue.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
pqueue_cmp_pri_f cmppri
 callback to compare nodes
pqueue_get_pri_f getpri
 callback to get priority of a node
pqueue_set_pri_f setpri
 callback to set priority of a node
pqueue_get_pos_f getpos
 callback to get position of a node
pqueue_set_pos_f setpos
 callback to set position of a node
void ** d
 The actual queue in binary heap form.

Detailed Description

the priority queue handle


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines

Generated on 24 Nov 2017 for Nagios by  doxygen 1.6.1