From 288b020f05fd7c6f48a745f10f0867886bd0ca0a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Oct 2015 13:53:16 +0000 Subject: -track hello offer handle while it is active --- src/cadet/gnunet-service-cadet_dht.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/cadet/gnunet-service-cadet_dht.c') diff --git a/src/cadet/gnunet-service-cadet_dht.c b/src/cadet/gnunet-service-cadet_dht.c index 2b9fdb0a3..fadf45e13 100644 --- a/src/cadet/gnunet-service-cadet_dht.c +++ b/src/cadet/gnunet-service-cadet_dht.c @@ -154,9 +154,9 @@ path_build_from_dht (const struct GNUNET_PeerIdentity *get_path, * @param exp when will this value expire * @param key key of the result * @param get_path path of the get request - * @param get_path_length lenght of get_path + * @param get_path_length lenght of @a get_path * @param put_path path of the put request - * @param put_path_length length of the put_path + * @param put_path_length length of the @a put_path * @param type type of the result * @param size number of bytes in data * @param data pointer to the result data @@ -185,11 +185,15 @@ dht_get_id_handler (void *cls, struct GNUNET_TIME_Absolute exp, } s = path_2s (p); - LOG (GNUNET_ERROR_TYPE_INFO, "Got path from DHT: %s\n", s); + LOG (GNUNET_ERROR_TYPE_INFO, + "Got path from DHT: %s\n", + s); GNUNET_free_non_null (s); peer = GCP_get_short (p->peers[p->length - 1], GNUNET_YES); - LOG (GNUNET_ERROR_TYPE_DEBUG, "Got HELLO for %s\n", GCP_2s (peer)); + LOG (GNUNET_ERROR_TYPE_DEBUG, + "Got HELLO for %s\n", + GCP_2s (peer)); h->callback (h->cls, p); path_destroy (p); hello = (struct GNUNET_HELLO_Message *) data; -- cgit v1.2.3