LogService
libdadi: utility tools for distributed applications
|
Public Attributes | |
Node * | next |
Node * | previous |
T * | element |
This structure defines a node of the list.
a pointer on the element.
next node or NULL
if it's the last one.
previous node or NULL
if it's the first one.