aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-22 11:34:02 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-22 11:34:02 +0100
commitabda55f7008cee983bda0fe4c78076978feddbf3 (patch)
treed6896bbdb2abed1a9122f84152956facabb3d75b /src/cadet/gnunet-service-cadet-new_dht.h
parenta225f5848382d5fda618732ca4a2087fbd6076af (diff)
downloadgnunet-abda55f7008cee983bda0fe4c78076978feddbf3.tar.gz
gnunet-abda55f7008cee983bda0fe4c78076978feddbf3.zip
optimize startup sequence for when we execute first DHT PUTs
Diffstat (limited to 'src/cadet/gnunet-service-cadet-new_dht.h')
-rw-r--r--src/cadet/gnunet-service-cadet-new_dht.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet-new_dht.h b/src/cadet/gnunet-service-cadet-new_dht.h
index 81f16ae99..5d7ab29a0 100644
--- a/src/cadet/gnunet-service-cadet-new_dht.h
+++ b/src/cadet/gnunet-service-cadet-new_dht.h
@@ -63,6 +63,13 @@ GCD_shutdown (void);
63 63
64 64
65/** 65/**
66 * Function called by the HELLO subsystem whenever OUR hello
67 * changes. Re-triggers the DHT PUT immediately.
68 */
69void
70GCD_hello_update (void);
71
72/**
66 * Search DHT for paths to @a peeR_id 73 * Search DHT for paths to @a peeR_id
67 * 74 *
68 * @param peer_id peer to search for 75 * @param peer_id peer to search for