From 3b2be11385b8b4626b86d4438008eb0508f856fa Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 13 Feb 2012 17:00:10 +0000 Subject: - doxygen errors --- src/transport/gnunet-service-transport.c | 4 ++-- src/transport/gnunet-service-transport_neighbours.c | 6 +++--- src/transport/transport_api_address_lookup.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/transport') diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 8b96babc3..cd9bb5c65 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -120,7 +120,7 @@ process_hello_update (void *cls, const struct GNUNET_MessageHeader *hello) * @param peer (claimed) identity of the other peer * @param address the address * @param session session used - * @param msg the message to process + * @param message the message to process * @param ats performance information * @param ats_count number of records in ats * @return how long the plugin should wait until receiving more data @@ -408,7 +408,7 @@ plugin_env_address_to_type (void *cls, * @param bandwidth_out assigned outbound bandwidth for the connection, 0 to disconnect from peer * @param bandwidth_in assigned inbound bandwidth for the connection, 0 to disconnect from peer * @param ats ATS information - * @param number of ATS elements + * @param ats_count number of ATS elements */ static void ats_request_address_change (void *cls, diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 12a3cd171..6c072130b 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -791,19 +791,19 @@ transmission_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * @param cls closure for callbacks * @param connect_cb function to call if we connect to a peer * @param disconnect_cb function to call if we disconnect from a peer - * @param address_cb function to call if we change an active address + * @param peer_address_cb function to call if we change an active address * of a neighbour */ void GST_neighbours_start (void *cls, GNUNET_TRANSPORT_NotifyConnect connect_cb, GNUNET_TRANSPORT_NotifyDisconnect disconnect_cb, - GNUNET_TRANSPORT_PeerIterateCallback address_cb) + GNUNET_TRANSPORT_PeerIterateCallback peer_address_cb) { callback_cls = cls; connect_notify_cb = connect_cb; disconnect_notify_cb = disconnect_cb; - address_change_cb = address_cb; + address_change_cb = peer_address_cb; neighbours = GNUNET_CONTAINER_multihashmap_create (NEIGHBOUR_TABLE_SIZE); } diff --git a/src/transport/transport_api_address_lookup.c b/src/transport/transport_api_address_lookup.c index 32bb41d55..6e03945c5 100644 --- a/src/transport/transport_api_address_lookup.c +++ b/src/transport/transport_api_address_lookup.c @@ -19,7 +19,7 @@ */ /** - * @file transport/transport_api_peer_address_lookup.c + * @file transport/transport_api_address_lookup.c * @brief given a peer id, get all known addresses from transport service * * This api provides the ability to query the transport service about -- cgit v1.2.3