aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 14:34:07 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 14:34:07 +0000
commit4a99626e6a02f71ed4d492d3454f22e1674c9c13 (patch)
tree482efee58be8f89cc1f5788918fa6635ff8e4c9d /src/nse/gnunet-service-nse.c
parent71c68d0bbdb546bfe84b4536b447899c53cb3812 (diff)
downloadgnunet-4a99626e6a02f71ed4d492d3454f22e1674c9c13.tar.gz
gnunet-4a99626e6a02f71ed4d492d3454f22e1674c9c13.zip
adapting testbed-logger to MQ API
Diffstat (limited to 'src/nse/gnunet-service-nse.c')
-rw-r--r--src/nse/gnunet-service-nse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 4d920465c..3db330204 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1386,9 +1386,9 @@ shutdown_task (void *cls)
1386 } 1386 }
1387 if (NULL != lh) 1387 if (NULL != lh)
1388 { 1388 {
1389 struct GNUNET_TIME_Relative timeout; 1389 GNUNET_TESTBED_LOGGER_flush (lh,
1390 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30); 1390 &flush_comp_cb,
1391 GNUNET_TESTBED_LOGGER_flush (lh, timeout, &flush_comp_cb, NULL); 1391 NULL);
1392 } 1392 }
1393 if (NULL != histogram) 1393 if (NULL != histogram)
1394 { 1394 {