Message to the datastore service asking about specific content. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/datastore/datastore.h>
Data Fields | |
| struct GNUNET_MessageHeader | header | 
| Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET_KEY.   | |
| uint32_t | type | 
| Desired content type.   | |
| uint64_t | next_uid | 
| UID at which to start the search.   | |
| uint32_t | random | 
| If true return a random result.   | |
| struct GNUNET_HashCode | key | 
| Desired key.   | |
Message to the datastore service asking about specific content.
Definition at line 107 of file datastore.h.
| struct GNUNET_MessageHeader GetKeyMessage::header | 
Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET_KEY.
Definition at line 112 of file datastore.h.
| uint32_t GetKeyMessage::type | 
Desired content type.
(actually an enum GNUNET_BLOCK_Type)
Definition at line 117 of file datastore.h.
Referenced by GNUNET_DATASTORE_get_key().
| uint64_t GetKeyMessage::next_uid | 
UID at which to start the search.
Definition at line 122 of file datastore.h.
Referenced by GNUNET_DATASTORE_get_key().
| uint32_t GetKeyMessage::random | 
If true return a random result.
Definition at line 127 of file datastore.h.
Referenced by GNUNET_DATASTORE_get_key().
| struct GNUNET_HashCode GetKeyMessage::key |