Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

node Struct Reference
[The Linked-List Library]

#include <linked_list.h>


Data Fields

void * data
nodeprev
nodenext


Detailed Description

Todo:
Modify linked list so that threads aren't blocked to search if there are no modifications being made to the list. This change would make threads that were modifying the list have to wait until all searching threads had completed.


Field Documentation

void* node::data
 

struct node* node::next
 

struct node* node::prev
 


The documentation for this struct was generated from the following file:
Generated on Thu Dec 16 23:07:32 2004 for alsad by doxygen 1.3.6