![]() |
GNUnet
0.11.x
|
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... | |
Element stored in a set.
Definition at line 110 of file gnunet_setu_service.h.
uint16_t GNUNET_SETU_Element::size |
Number of bytes in the buffer pointed to by data.
Definition at line 115 of file gnunet_setu_service.h.
Referenced by add_revocation(), GNUNET_SETU_add_element(), GNUNET_SETU_element_hash(), handle_client_set_add(), handle_result(), publicize_rm(), send_client_element(), send_full_element_iterator(), set_insert_iterator(), and set_result_cb().
uint16_t GNUNET_SETU_Element::element_type |
Application-specific element type.
Definition at line 120 of file gnunet_setu_service.h.
Referenced by add_revocation(), GNUNET_SETU_add_element(), GNUNET_SETU_element_hash(), handle_client_set_add(), handle_result(), publicize_rm(), send_client_element(), send_full_element_iterator(), and set_insert_iterator().
const void* GNUNET_SETU_Element::data |
Actual data of the element.
Definition at line 125 of file gnunet_setu_service.h.
Referenced by add_revocation(), GNUNET_SETU_add_element(), GNUNET_SETU_element_hash(), handle_client_set_add(), handle_result(), publicize_rm(), send_client_element(), send_full_element_iterator(), set_insert_iterator(), and set_result_cb().