From 2f3daa52becc3439f9f58dff10b1a2ed95a352db Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Jul 2012 15:59:55 +0000 Subject: [PATCH] -fixbuild --- src/util/service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/service.c b/src/util/service.c index cb2644d74..af0d0769a 100644 --- a/src/util/service.c +++ b/src/util/service.c @@ -37,6 +37,7 @@ #include "gnunet_service_lib.h" #if HAVE_MALLINFO +#include #include "gauger.h" #endif @@ -1939,7 +1940,7 @@ GNUNET_SERVICE_stop (struct GNUNET_SERVICE_Context *sctx) struct mallinfo mi; mi = mallinfo (); - GAUGER (service_name, counter, mi.usmblks, "blocks"); + GAUGER (sctx->service_name, counter, mi.usmblks, "blocks"); GNUNET_free (counter); } } -- 2.25.1