aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_hello.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-04 12:36:33 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-04 12:36:33 +0000
commit6217d452d5ff3f463c8c6668d6d8529be768ee15 (patch)
tree3127bb324831a54c7b635967dc09c3a0a8e60ef9 /src/dht/gnunet-service-dht_hello.c
parentcc450fa5f265e9e0137283b4b0e935c246e2eb16 (diff)
downloadgnunet-6217d452d5ff3f463c8c6668d6d8529be768ee15.tar.gz
gnunet-6217d452d5ff3f463c8c6668d6d8529be768ee15.zip
- TODO
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,