EECS678: Project 2: Scheduler
|
priqueue_t node structure More...
#include <libpriqueue.h>
Data Fields | |
void * | data |
struct node_t * | next |
priqueue_t node structure
node_t::data |
Member 'data' contains a pointer to data contained within this node.
node_t::next |
Member 'next' contains a pointer to the next node.