Generic namecache message with op id. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/namecache/namecache.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
header.type will be GNUNET_MESSAGE_TYPE_NAMECACHE_* header.size will be message size More... | |
uint32_t | r_id |
Request ID in NBO. More... | |
Generic namecache message with op id.
Definition at line 40 of file namecache.h.
struct GNUNET_MessageHeader GNUNET_NAMECACHE_Header::header |
header.type will be GNUNET_MESSAGE_TYPE_NAMECACHE_* header.size will be message size
Definition at line 46 of file namecache.h.
Referenced by handle_block_cache().
uint32_t GNUNET_NAMECACHE_Header::r_id |
Request ID in NBO.
Definition at line 51 of file namecache.h.
Referenced by handle_block_cache(), handle_lookup_block(), and handle_lookup_block_it().