From 76fbf6c253e780078f4ac5acf43ff89f95c78253 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 13 Oct 2011 14:09:24 +0000 Subject: [PATCH] parse updated message type --- src/ats/ats_api_performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, * @param ph handle */ void -GNUNET_ATS_performance_done (struct GNUNET_ATS_SchedulingHandle *ph) +GNUNET_ATS_performance_done (struct GNUNET_ATS_PerformanceHandle *ph) { struct PendingMessage *p; struct GNUNET_ATS_ReservationContext *rc; -- 2.25.1