OpenVPN
Data Fields
ListNode Struct Reference
Collaboration diagram for ListNode:
Collaboration graph
[legend]

Data Fields

const void * value
 
int refcount
 
struct ListNodenext
 
struct ListNodeprev
 

Detailed Description

Definition at line 139 of file cmocka.c.

Field Documentation

◆ next

struct ListNode* ListNode::next

◆ prev

struct ListNode* ListNode::prev

◆ refcount

int ListNode::refcount

◆ value

const void* ListNode::value

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