OpenVPN
Data Fields
buffer_entry Struct Reference

One node in a buffer_list linked list. More...

#include <buffer.h>

Collaboration diagram for buffer_entry:
Collaboration graph
[legend]

Data Fields

struct buffer buf
 The buffer stored in this list node.
 
struct buffer_entrynext
 Pointer to the next node, or NULL.
 

Detailed Description

One node in a buffer_list linked list.

Definition at line 2160 of file buffer.h.

Field Documentation

◆ buf

struct buffer buffer_entry::buf

◆ next

struct buffer_entry* buffer_entry::next

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