OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::TunWin::TUN_REGISTER_RINGS Struct Reference

#include <ringbuffer.hpp>

Collaboration diagram for openvpn::TunWin::TUN_REGISTER_RINGS:
[legend]

Public Attributes

struct { 
 
   ULONG   ring_size 
 
   TUN_RING *   ring 
 
   HANDLE   tail_moved 
 
send 
 
struct { 
 
   ULONG   ring_size 
 
   TUN_RING *   ring 
 
   HANDLE   tail_moved 
 
receive 
 

Detailed Description

Definition at line 43 of file ringbuffer.hpp.

Member Data Documentation

◆ [struct]

struct { ... } openvpn::TunWin::TUN_REGISTER_RINGS::receive

◆ ring

TUN_RING* openvpn::TunWin::TUN_REGISTER_RINGS::ring

Definition at line 48 of file ringbuffer.hpp.

◆ ring_size

ULONG openvpn::TunWin::TUN_REGISTER_RINGS::ring_size

Definition at line 47 of file ringbuffer.hpp.

◆ [struct]

struct { ... } openvpn::TunWin::TUN_REGISTER_RINGS::send

◆ tail_moved

HANDLE openvpn::TunWin::TUN_REGISTER_RINGS::tail_moved

Definition at line 49 of file ringbuffer.hpp.


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