sds_queue_node - Man Page

Synopsis

#include <sds.h>

Data Fields

void * element
struct _sds_queue_node * next
struct _sds_queue_node * prev

Detailed Description

An internal queue node element.

Field Documentation

void* sds_queue_node::element

The data this node holds.

struct _sds_queue_node* sds_queue_node::next

The pointer to the next element of the queue.

struct _sds_queue_node* sds_queue_node::prev

The pointer to the previous element of the queue.

Author

Generated automatically by Doxygen for dirsrv from the source code.

Info

Version 3.0.1 dirsrv