GNUnet 0.27.0
 
Loading...
Searching...
No Matches
GDS_HelperMsgData Struct Reference
Collaboration diagram for GDS_HelperMsgData:
[legend]

Data Fields

struct PeerPutMessageppm
 
size_t msize
 
struct GNUNET_CRYPTO_EddsaSignaturesig
 
bool heap_msg
 
GDS_HelperMsgCallback cb
 
void * cb_data
 
bool heap
 

Detailed Description

Definition at line 53 of file dht_helper.c.

Field Documentation

◆ ppm

struct PeerPutMessage* GDS_HelperMsgData::ppm

Definition at line 55 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().

◆ msize

size_t GDS_HelperMsgData::msize

Definition at line 56 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().

◆ sig

struct GNUNET_CRYPTO_EddsaSignature* GDS_HelperMsgData::sig

Definition at line 58 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().

◆ heap_msg

bool GDS_HelperMsgData::heap_msg

Definition at line 59 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().

◆ cb

GDS_HelperMsgCallback GDS_HelperMsgData::cb

Definition at line 61 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().

◆ cb_data

void* GDS_HelperMsgData::cb_data

Definition at line 62 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().

◆ heap

bool GDS_HelperMsgData::heap

Definition at line 63 of file dht_helper.c.

Referenced by cb_path_signed(), and GDS_helper_make_put_message().


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