optimize mqm_head scans by avoiding constantly scanning over definitively non-ready...
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_dht.h
index 81f16ae990e2f9210754cc554144a0efacd1e63f..5d7ab29a067ebed4da138cc4614fd2600f7777a9 100644 (file)
@@ -62,6 +62,13 @@ void
 GCD_shutdown (void);
 
 
+/**
+ * Function called by the HELLO subsystem whenever OUR hello
+ * changes. Re-triggers the DHT PUT immediately.
+ */
+void
+GCD_hello_update (void);
+
 /**
  * Search DHT for paths to @a peeR_id
  *