Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ptr_heap Struct Reference

#include <prio_heap.h>

Data Fields

void ** ptrs
 
int max
 
int size
 
int(* gt )(void *, void *)
 

Detailed Description

struct ptr_heap - simple static-sized priority heap - pointer to data area - max number of elements that can be stored in - current number of valid elements in (in the range 0..-1 : comparison operator, which should implement "greater than"

Definition at line 18 of file prio_heap.h.

Field Documentation

int(* gt)(void *, void *)

Definition at line 22 of file prio_heap.h.

int max

Definition at line 20 of file prio_heap.h.

void** ptrs

Definition at line 19 of file prio_heap.h.

int size

Definition at line 21 of file prio_heap.h.


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