Closure for remove_by_unique_id(). More...
Data Fields | |
struct ClientHandle * | ch |
Client that issued the removal request. | |
uint64_t | unique_id |
Unique ID of the request. | |
Closure for remove_by_unique_id().
Definition at line 790 of file gnunet-service-dht_clients.c.
struct ClientHandle* RemoveByUniqueIdContext::ch |
Client that issued the removal request.
Definition at line 795 of file gnunet-service-dht_clients.c.
uint64_t RemoveByUniqueIdContext::unique_id |
Unique ID of the request.
Definition at line 800 of file gnunet-service-dht_clients.c.