GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
RingBufferEntry Struct Reference

Entry for the ring buffer caching messages send to core, when virtual link is available. More...

Collaboration diagram for RingBufferEntry:
[legend]

Data Fields

struct CommunicatorMessageContextcmc
 Communicator context for this ring buffer entry.
 
struct GNUNET_MessageHeadermh
 The message in this entry.
 

Detailed Description

Entry for the ring buffer caching messages send to core, when virtual link is available.

Definition at line 1259 of file gnunet-service-transport.c.

Field Documentation

◆ cmc

struct CommunicatorMessageContext* RingBufferEntry::cmc

Communicator context for this ring buffer entry.

Definition at line 1264 of file gnunet-service-transport.c.

Referenced by handle_raw_message(), and send_msg_from_cache().

◆ mh

struct GNUNET_MessageHeader* RingBufferEntry::mh

The message in this entry.

Definition at line 1269 of file gnunet-service-transport.c.

Referenced by handle_raw_message(), and send_msg_from_cache().


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