Closure for get_action();. More...
Data Fields | |
enum GNUNET_DHT_RouteOption | options |
enum GNUNET_BLOCK_Type | type |
uint32_t | hop_count |
uint32_t | desired_replication_level |
struct GNUNET_PeerIdentity | trunc_peer |
const struct GNUNET_HashCode * | key |
Closure for get_action();.
Definition at line 1368 of file gnunet-service-dht_clients.c.
enum GNUNET_DHT_RouteOption GetActionContext::options |
Definition at line 1370 of file gnunet-service-dht_clients.c.
Referenced by GDS_CLIENTS_process_get(), and get_action().
enum GNUNET_BLOCK_Type GetActionContext::type |
Definition at line 1371 of file gnunet-service-dht_clients.c.
Referenced by get_action().
uint32_t GetActionContext::hop_count |
Definition at line 1372 of file gnunet-service-dht_clients.c.
Referenced by GDS_CLIENTS_process_get(), and get_action().
uint32_t GetActionContext::desired_replication_level |
Definition at line 1373 of file gnunet-service-dht_clients.c.
Referenced by GDS_CLIENTS_process_get(), and get_action().
struct GNUNET_PeerIdentity GetActionContext::trunc_peer |
Definition at line 1374 of file gnunet-service-dht_clients.c.
const struct GNUNET_HashCode* GetActionContext::key |
Definition at line 1375 of file gnunet-service-dht_clients.c.
Referenced by get_action().