From 4917fb20a07aa3221683c8a2112c514f44594350 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Nov 2011 16:09:47 +0000 Subject: introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all over the place; also some further documentation fixes --- src/transport/gnunet-service-transport_neighbours.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/transport/gnunet-service-transport_neighbours.h') diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h index 7a79d5113..31777343d 100644 --- a/src/transport/gnunet-service-transport_neighbours.h +++ b/src/transport/gnunet-service-transport_neighbours.h @@ -129,6 +129,8 @@ GST_neighbours_keepalive (const struct GNUNET_PeerIdentity *neighbour); * to this peer * * @param neighbour neighbour to keep alive + * @param ats performance data + * @param ats_count number of entries in ats */ void GST_neighbours_keepalive_response (const struct GNUNET_PeerIdentity *neighbour, -- cgit v1.2.3