29#ifndef GNUNET_SERVICE_CADET_DHT_H
30#define GNUNET_SERVICE_CADET_DHT_H
static struct GNUNET_ARM_Handle * h
Connection with ARM.
static char * peer_id
Option –peer.
void GCD_search_stop(struct GCD_search_handle *h)
Stop DHT search started with GCD_search().
void GCD_init(const struct GNUNET_CONFIGURATION_Handle *c)
Initialize the DHT subsystem.
struct GCD_search_handle * GCD_search(const struct GNUNET_PeerIdentity *peer_id)
Search DHT for paths to peeR_id.
void GCD_hello_update(void)
Function called by the HELLO subsystem whenever OUR hello changes.
void GCD_shutdown(void)
Shut down the DHT subsystem.
The identity of the host (wraps the signing key of the peer).