![]() |
GNUnet
0.11.x
|
Generic namestore message with op id. More...
#include </home/handbook/gnunet/src/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_lookup_result(), check_record_lookup(), check_record_result(), check_record_store(), check_result(), check_zone_to_name_response(), 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 continue_store_activity(), GNUNET_NAMESTORE_records_lookup(), GNUNET_NAMESTORE_records_store(), GNUNET_NAMESTORE_zone_iteration_start(), GNUNET_NAMESTORE_zone_iteration_stop(), GNUNET_NAMESTORE_zone_iterator_next(), GNUNET_NAMESTORE_zone_to_name(), handle_iteration_next(), handle_iteration_start(), handle_iteration_stop(), handle_lookup_result(), handle_record_lookup(), handle_record_result(), handle_record_result_end(), handle_record_store(), handle_record_store_response(), handle_zone_to_name(), handle_zone_to_name_it(), handle_zone_to_name_response(), send_lookup_response(), send_store_response(), and zone_iteration_done_client_continue().