aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-13 14:09:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-13 14:09:24 +0000
commit76fbf6c253e780078f4ac5acf43ff89f95c78253 (patch)
treea475bd2601262623ea62213e6544d8d84248330b
parentdd311ae144f868bf37c3af8934a66c1d3c78b68b (diff)
downloadgnunet-76fbf6c253e780078f4ac5acf43ff89f95c78253.tar.gz
gnunet-76fbf6c253e780078f4ac5acf43ff89f95c78253.zip
parse updated message type
-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 85f4ae71e..4dda50cce 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -342,7 +342,7 @@ GNUNET_ATS_performance_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
342 * @param ph handle 342 * @param ph handle
343 */ 343 */
344void 344void
345GNUNET_ATS_performance_done (struct GNUNET_ATS_SchedulingHandle *ph) 345GNUNET_ATS_performance_done (struct GNUNET_ATS_PerformanceHandle *ph)
346{ 346{
347 struct PendingMessage *p; 347 struct PendingMessage *p;
348 struct GNUNET_ATS_ReservationContext *rc; 348 struct GNUNET_ATS_ReservationContext *rc;