EECS678: Project 2: Scheduler
node_t Struct Reference

priqueue_t node structure More...

#include <libpriqueue.h>

Data Fields

void * data
 
struct node_tnext
 

Detailed Description

priqueue_t node structure

Field Documentation

◆ data

node_t::data

Member 'data' contains a pointer to data contained within this node.

◆ next

node_t::next

Member 'next' contains a pointer to the next node.


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