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