aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-01-25 15:56:57 +0100
committerJulius Bünger <buenger@mytum.de>2018-01-25 16:04:35 +0100
commitaac096bb15f2f0d7ed2450428a2e5d7fcf91c737 (patch)
treee662500f4d10a550394d812d5c70216eaea199d4 /src/rps/rps-test_util.h
parente7ba3b64baa9aef8f1ca83c6da443cb4a1ec362a (diff)
downloadgnunet-aac096bb15f2f0d7ed2450428a2e5d7fcf91c737.tar.gz
gnunet-aac096bb15f2f0d7ed2450428a2e5d7fcf91c737.zip
rps profiler: write statistics to file
Diffstat (limited to 'src/rps/rps-test_util.h')
-rw-r--r--src/rps/rps-test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h
index 209152151..225db4b1d 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -53,7 +53,7 @@ create_file (const char *name);
53 int size;\ 53 int size;\
54 size = GNUNET_snprintf(tmp_buf,sizeof(tmp_buf),__VA_ARGS__);\ 54 size = GNUNET_snprintf(tmp_buf,sizeof(tmp_buf),__VA_ARGS__);\
55 if (0 > size)\ 55 if (0 > size)\
56 LOG (GNUNET_ERROR_TYPE_WARNING,\ 56 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,\
57 "Failed to create tmp_buf\n");\ 57 "Failed to create tmp_buf\n");\
58 else\ 58 else\
59 to_file_(file_name,tmp_buf);\ 59 to_file_(file_name,tmp_buf);\