From 85725c7ddbf165923d3d41c242b2f7d8befde656 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 19 Oct 2011 13:12:52 +0000 Subject: [PATCH] init --- src/ats/gnunet-service-ats_performance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c index 19015a365..ce914b202 100644 --- a/src/ats/gnunet-service-ats_performance.c +++ b/src/ats/gnunet-service-ats_performance.c @@ -231,6 +231,7 @@ GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client, result.header.size = htons (sizeof (struct ReservationResultMessage)); result.header.type = htons (GNUNET_MESSAGE_TYPE_ATS_RESERVATION_RESULT); result.amount = htonl (amount); + result.peer = msg->peer; result.res_delay = GNUNET_TIME_relative_hton (res_delay); GNUNET_STATISTICS_update (GSA_stats, "# reservatin requests processed", -- 2.25.1