Generic namestore message with op id. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
header.type will be GNUNET_MESSAGE_TYPE_NAMESTORE_* header.size will be message size More... | |
uint32_t | r_id |
Request ID in NBO. More... | |
Generic namestore message with op id.
Definition at line 40 of file namestore.h.
struct GNUNET_MessageHeader GNUNET_NAMESTORE_Header::header |
header.type will be GNUNET_MESSAGE_TYPE_NAMESTORE_* header.size will be message size
Definition at line 46 of file namestore.h.
Referenced by check_edit_record_set(), check_edit_record_set_cancel(), check_iteration_start(), check_record_lookup(), check_record_store(), check_result(), handle_record_store(), and handle_zone_to_name_it().
uint32_t GNUNET_NAMESTORE_Header::r_id |
Request ID in NBO.
Definition at line 51 of file namestore.h.
Referenced by handle_edit_record_set(), handle_edit_record_set_cancel(), handle_iteration_next(), handle_iteration_start(), handle_iteration_stop(), handle_record_lookup(), handle_record_store(), handle_zone_to_name(), handle_zone_to_name_it(), send_lookup_response_with_filter(), send_store_response(), and zone_iteration_done_client_continue().