GNUnet  0.19.5
GNUNET_SETU_Element Struct Reference

Element stored in a set. More...

#include <gnunet_setu_service.h>

Data Fields

uint16_t size
 Number of bytes in the buffer pointed to by data. More...
 
uint16_t element_type
 Application-specific element type. More...
 
const void * data
 Actual data of the element. More...
 

Detailed Description

Element stored in a set.

Definition at line 114 of file gnunet_setu_service.h.

Field Documentation

◆ size

uint16_t GNUNET_SETU_Element::size

Number of bytes in the buffer pointed to by data.

Definition at line 119 of file gnunet_setu_service.h.

Referenced by add_revocation(), determinate_avg_element_size_iterator(), GNUNET_SETU_add_element(), GNUNET_SETU_element_hash(), send_client_element(), and set_result_cb().

◆ element_type

uint16_t GNUNET_SETU_Element::element_type

Application-specific element type.

Definition at line 124 of file gnunet_setu_service.h.

Referenced by add_revocation(), GNUNET_SETU_add_element(), GNUNET_SETU_element_hash(), and send_client_element().

◆ data


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