aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/perf_ats_logging.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-18 12:48:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-18 12:48:47 +0000
commitda43a590f1c47e9907a5b44b978999e043fd74ee (patch)
tree1dbcb126a62b2d8949eb273b0b18d79e8d3c3cf5 /src/ats-tests/perf_ats_logging.c
parentaa4697d8b58e66544daf359a1257e8ab1eb5fce8 (diff)
downloadgnunet-da43a590f1c47e9907a5b44b978999e043fd74ee.tar.gz
gnunet-da43a590f1c47e9907a5b44b978999e043fd74ee.zip
mixed up .c and .h
finished makefile
Diffstat (limited to 'src/ats-tests/perf_ats_logging.c')
-rw-r--r--src/ats-tests/perf_ats_logging.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ats-tests/perf_ats_logging.c b/src/ats-tests/perf_ats_logging.c
index 2342a270d..9cdccf54b 100644
--- a/src/ats-tests/perf_ats_logging.c
+++ b/src/ats-tests/perf_ats_logging.c
@@ -27,8 +27,16 @@
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28 28
29void 29void
30perf_logging_stop (); 30perf_logging_stop ()
31{
32 GNUNET_log(GNUNET_ERROR_TYPE_INFO,
33 _("Start logging\n"));
34}
31 35
32void 36void
33perf_logging_start (); 37perf_logging_start ()
38{
39 GNUNET_log(GNUNET_ERROR_TYPE_INFO,
40 _("Start logging\n"));
41}
34/* end of file perf_ats_logging.c */ 42/* end of file perf_ats_logging.c */