aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_performance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:09:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:09:47 +0000
commit4917fb20a07aa3221683c8a2112c514f44594350 (patch)
tree3584e6988f6bcddd19ea9d77c040e02d659a79c9 /src/ats/ats_api_performance.c
parent636b3202c2ea8ebc6dd51a90c839a2e495ea0d27 (diff)
downloadgnunet-4917fb20a07aa3221683c8a2112c514f44594350.tar.gz
gnunet-4917fb20a07aa3221683c8a2112c514f44594350.zip
introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all over the place; also some further documentation fixes
Diffstat (limited to 'src/ats/ats_api_performance.c')
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index f85d800e4..9739ac1e5 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -167,7 +167,7 @@ struct GNUNET_ATS_PerformanceHandle
167/** 167/**
168 * Re-establish the connection to the ATS service. 168 * Re-establish the connection to the ATS service.
169 * 169 *
170 * @param sh handle to use to re-connect. 170 * @param ph handle to use to re-connect.
171 */ 171 */
172static void 172static void
173reconnect (struct GNUNET_ATS_PerformanceHandle *ph); 173reconnect (struct GNUNET_ATS_PerformanceHandle *ph);