From d723091639728548ae465c7a8b464423f6ee4081 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 13 Feb 2012 12:08:41 +0000 Subject: [PATCH] - Doxygen --- src/dht/gnunet-service-dht_clients.c | 8 ++++---- src/dht/gnunet-service-dht_clients.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c index a5ac0c32b..af9a869d4 100644 --- a/src/dht/gnunet-service-dht_clients.c +++ b/src/dht/gnunet-service-dht_clients.c @@ -226,7 +226,7 @@ static struct ClientList *client_tail; static struct ClientMonitorRecord *monitor_head; /** - * List of active monitoring requests.. + * List of active monitoring requests. */ static struct ClientMonitorRecord *monitor_tail; @@ -1033,10 +1033,10 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration, * @param mtype Type of the DHT message. * @param exp When will this value expire. * @param key Key of the result/request. - * @param get_path Peers on reply path (or NULL if not recorded). - * @param get_path_length number of entries in get_path. + * @param putl number of entries in get_path. * @param put_path peers on the PUT path (or NULL if not recorded). - * @param put_path_length number of entries in get_path. + * @param getl number of entries in get_path. + * @param get_path Peers on reply path (or NULL if not recorded). * @param desired_replication_level Desired replication level. * @param type Type of the result/request. * @param data Pointer to the result data. diff --git a/src/dht/gnunet-service-dht_clients.h b/src/dht/gnunet-service-dht_clients.h index a8241d289..914ba1f61 100644 --- a/src/dht/gnunet-service-dht_clients.h +++ b/src/dht/gnunet-service-dht_clients.h @@ -63,10 +63,10 @@ GDS_CLIENTS_handle_reply (struct GNUNET_TIME_Absolute expiration, * @param mtype Type of the DHT message. * @param exp When will this value expire. * @param key Key of the result/request. - * @param get_path Peers on reply path (or NULL if not recorded). - * @param get_path_length number of entries in get_path. + * @param putl number of entries in get_path. * @param put_path peers on the PUT path (or NULL if not recorded). - * @param put_path_length number of entries in get_path. + * @param getl number of entries in get_path. + * @param get_path Peers on reply path (or NULL if not recorded). * @param desired_replication_level Desired replication level. * @param type Type of the result/request. * @param data Pointer to the result data. -- 2.25.1