Response to a record storage request. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namestore/namestore.h>
Data Fields | |
struct GNUNET_NAMESTORE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_GENERIC_RESPONSE. More... | |
uint32_t | ec |
GNUNET_ErrorCode. More... | |
Response to a record storage request.
Definition at line 124 of file namestore.h.
struct GNUNET_NAMESTORE_Header NamestoreResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_GENERIC_RESPONSE.
Definition at line 129 of file namestore.h.
Referenced by handle_edit_record_set_cancel(), and send_store_response().
uint32_t NamestoreResponseMessage::ec |
GNUNET_ErrorCode.
Definition at line 134 of file namestore.h.
Referenced by handle_edit_record_set_cancel(), and send_store_response().