Message sent by client to the service to add or remove an element to/from the set. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/set/set.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SET_ADD or GNUNET_MESSAGE_TYPE_SET_REMOVE. More... | |
uint16_t | element_type |
Type of the element to add or remove. More... | |
uint16_t | reserved |
For alignment, always zero. More... | |
Message sent by client to the service to add or remove an element to/from the set.
struct GNUNET_MessageHeader GNUNET_SET_ElementMessage::header |
Type: GNUNET_MESSAGE_TYPE_SET_ADD or GNUNET_MESSAGE_TYPE_SET_REMOVE.
Definition at line 286 of file set.h.
Referenced by handle_union_p2p_elements(), and handle_union_p2p_full_element().
uint16_t GNUNET_SET_ElementMessage::element_type |
Type of the element to add or remove.
Definition at line 291 of file set.h.
Referenced by handle_union_p2p_demand(), handle_union_p2p_elements(), handle_union_p2p_full_element(), send_full_element_iterator(), and send_missing_full_elements_iter().
uint16_t GNUNET_SET_ElementMessage::reserved |
For alignment, always zero.
Definition at line 296 of file set.h.
Referenced by handle_union_p2p_demand().