aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-23 09:40:16 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-23 09:40:16 +0000
commit437c149416710088a36de8227b296a75e8313074 (patch)
tree1951924566ec2d73d62c9f120aaa6ccb1e68279c /src/dht/gnunet-service-dht.c
parentd071fc2fa3ec45ec05162fcea017019c9d97aae4 (diff)
downloadgnunet-437c149416710088a36de8227b296a75e8313074.tar.gz
gnunet-437c149416710088a36de8227b296a75e8313074.zip
doxygen
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index cbcc88e80..1bf6613e7 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -1951,6 +1951,7 @@ add_pending_message (struct ClientList *client,
1951 * @param client the client to send the reply to 1951 * @param client the client to send the reply to
1952 * @param message the encapsulated message to send 1952 * @param message the encapsulated message to send
1953 * @param uid the unique identifier of this request 1953 * @param uid the unique identifier of this request
1954 * @param key key
1954 */ 1955 */
1955static void 1956static void
1956send_reply_to_client (struct ClientList *client, 1957send_reply_to_client (struct ClientList *client,
@@ -4602,6 +4603,7 @@ handle_dht_local_route_stop (void *cls, struct GNUNET_SERVER_Client *client,
4602 * Core handler for p2p route requests. 4603 * Core handler for p2p route requests.
4603 * 4604 *
4604 * @param cls closure 4605 * @param cls closure
4606 * @param message message
4605 * @param peer peer identity this notification is about 4607 * @param peer peer identity this notification is about
4606 * @param atsi performance data 4608 * @param atsi performance data
4607 * 4609 *
@@ -4705,6 +4707,7 @@ handle_dht_p2p_route_request (void *cls,
4705 * Core handler for p2p route results. 4707 * Core handler for p2p route results.
4706 * 4708 *
4707 * @param cls closure 4709 * @param cls closure
4710 * @param message message
4708 * @param peer peer identity this notification is about 4711 * @param peer peer identity this notification is about
4709 * @param atsi performance data 4712 * @param atsi performance data
4710 * 4713 *