Element stored in a set. More...
#include <gnunet_seti_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 113 of file gnunet_seti_service.h.
uint16_t GNUNET_SETI_Element::size |
Number of bytes in the buffer pointed to by data.
Definition at line 118 of file gnunet_seti_service.h.
Referenced by GNUNET_SETI_add_element(), GNUNET_SETI_element_hash(), handle_alice_client_message(), handle_alice_client_message_multipart(), handle_bob_client_message(), handle_bob_client_message_multipart(), handle_result(), send_client_removed_element(), and send_remaining_elements().
uint16_t GNUNET_SETI_Element::element_type |
Application-specific element type.
Definition at line 123 of file gnunet_seti_service.h.
Referenced by GNUNET_SETI_add_element(), GNUNET_SETI_element_hash(), handle_alice_client_message(), handle_alice_client_message_multipart(), handle_bob_client_message(), handle_bob_client_message_multipart(), handle_result(), send_client_removed_element(), and send_remaining_elements().
const void* GNUNET_SETI_Element::data |
Actual data of the element.
Definition at line 128 of file gnunet_seti_service.h.
Referenced by cb_intersection_element_removed(), GNUNET_SETI_add_element(), GNUNET_SETI_element_hash(), handle_alice_client_message(), handle_alice_client_message_multipart(), handle_bob_client_message(), handle_bob_client_message_multipart(), handle_result(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), httpdomain.httpdomain.HTTPDomain::routes(), send_client_removed_element(), and send_remaining_elements().