GNUnet 0.21.1
ChannelMessageQueueEntry Struct Reference

A messages we have in queue for a particular channel. More...

Collaboration diagram for ChannelMessageQueueEntry:
[legend]

Data Fields

struct ChannelMessageQueueEntrynext
 This is a doubly-linked list. More...
 
struct ChannelMessageQueueEntryprev
 This is a doubly-linked list. More...
 
size_t len
 Number of bytes in msg. More...
 
const void * msg
 Message to transmit, allocated at the end of this struct. More...
 

Detailed Description

A messages we have in queue for a particular channel.

Definition at line 172 of file gnunet-service-vpn.c.

Field Documentation

◆ next

struct ChannelMessageQueueEntry* ChannelMessageQueueEntry::next

This is a doubly-linked list.

Definition at line 177 of file gnunet-service-vpn.c.

◆ prev

struct ChannelMessageQueueEntry* ChannelMessageQueueEntry::prev

This is a doubly-linked list.

Definition at line 182 of file gnunet-service-vpn.c.

◆ len

size_t ChannelMessageQueueEntry::len

Number of bytes in msg.

Definition at line 187 of file gnunet-service-vpn.c.

◆ msg

const void* ChannelMessageQueueEntry::msg

Message to transmit, allocated at the end of this struct.

Definition at line 192 of file gnunet-service-vpn.c.


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