GNUnet 0.21.1
WriteQueueItem Struct Reference

A message in the queue to be written to the cadet. More...

Collaboration diagram for WriteQueueItem:
[legend]

Data Fields

struct WriteQueueItemnext
 Kept in a DLL. More...
 
struct WriteQueueItemprev
 Kept in a DLL. More...
 
size_t msize
 Number of bytes of payload, allocated at the end of this struct. More...
 

Detailed Description

A message in the queue to be written to the cadet.

Definition at line 49 of file gnunet-service-fs_cadet_server.c.

Field Documentation

◆ next

struct WriteQueueItem* WriteQueueItem::next

Kept in a DLL.

Definition at line 54 of file gnunet-service-fs_cadet_server.c.

◆ prev

struct WriteQueueItem* WriteQueueItem::prev

Kept in a DLL.

Definition at line 59 of file gnunet-service-fs_cadet_server.c.

◆ msize

size_t WriteQueueItem::msize

Number of bytes of payload, allocated at the end of this struct.

Definition at line 64 of file gnunet-service-fs_cadet_server.c.


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