aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_hello.c')
-rw-r--r--src/dht/gnunet-service-dht_hello.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_hello.c b/src/dht/gnunet-service-dht_hello.c
index bc964b91f..34bd1a4f9 100644
--- a/src/dht/gnunet-service-dht_hello.c
+++ b/src/dht/gnunet-service-dht_hello.c
@@ -65,6 +65,8 @@ GDS_HELLO_get (const struct GNUNET_PeerIdentity *peer)
65 * @param peer id of the peer, NULL for last call 65 * @param peer id of the peer, NULL for last call
66 * @param hello hello message for the peer (can be NULL) 66 * @param hello hello message for the peer (can be NULL)
67 * @param err_msg error message (not used) 67 * @param err_msg error message (not used)
68 *
69 * FIXME this is called once per address. Merge instead of replacing?
68 */ 70 */
69static void 71static void
70process_hello (void *cls, const struct GNUNET_PeerIdentity *peer, 72process_hello (void *cls, const struct GNUNET_PeerIdentity *peer,