EECS678: Project 2: Scheduler
priqueue_t Struct Reference

Priority Queue Structure. More...

#include <libpriqueue.h>

Data Fields

node_troot
 
unsigned int size
 
int(* comparer )(const void *, const void *)
 

Detailed Description

Priority Queue Structure.

Field Documentation

◆ comparer

priqueue_t::comparer

Member 'comparer' contains a function to compare two node_t::data values. See Compare Function

◆ root

priqueue_t::root

Member 'root' contains a pointer to the root node of the priority queue.

◆ size

priqueue_t::size

Member 'size' contains the size of the priority queue.


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