GNUnet 0.21.1
HelperMessage Struct Reference

Struct to store messages send/received by the helper into a DLL. More...

Collaboration diagram for HelperMessage:
[legend]

Data Fields

struct HelperMessagenext
 Kept in a DLL. More...
 
struct HelperMessageprev
 Kept in a DLL. More...
 
uint16_t bytes_msg
 Size of the original message. More...
 

Detailed Description

Struct to store messages send/received by the helper into a DLL.

Definition at line 47 of file testing_api_cmd_netjail_start_cmds_helper.c.

Field Documentation

◆ next

struct HelperMessage* HelperMessage::next

Kept in a DLL.

Definition at line 53 of file testing_api_cmd_netjail_start_cmds_helper.c.

◆ prev

struct HelperMessage* HelperMessage::prev

Kept in a DLL.

Definition at line 58 of file testing_api_cmd_netjail_start_cmds_helper.c.

◆ bytes_msg

uint16_t HelperMessage::bytes_msg

Size of the original message.

Definition at line 63 of file testing_api_cmd_netjail_start_cmds_helper.c.


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