aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-04-08 23:49:45 +0200
committerJulius Bünger <buenger@mytum.de>2018-04-08 23:50:24 +0200
commit4309ab299a58f07d9624a170219672f49a8db459 (patch)
tree0e99506adb87f3bf790d686a7c36098670ae8ebe /src/rps/rps-test_util.c
parente0d9869415af5a5752e3b27ea14b249a52ac9877 (diff)
downloadgnunet-4309ab299a58f07d9624a170219672f49a8db459.tar.gz
gnunet-4309ab299a58f07d9624a170219672f49a8db459.zip
rps profiler: log probabilities of selecting peer
Diffstat (limited to 'src/rps/rps-test_util.c')
-rw-r--r--src/rps/rps-test_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c
index f57a55155..817967e0c 100644
--- a/src/rps/rps-test_util.c
+++ b/src/rps/rps-test_util.c
@@ -39,7 +39,7 @@
39 39
40#ifdef TO_FILE 40#ifdef TO_FILE
41void 41void
42to_file_ (char *file_name, char *line) 42to_file_ (const char *file_name, char *line)
43{ 43{
44 struct GNUNET_DISK_FileHandle *f; 44 struct GNUNET_DISK_FileHandle *f;
45 char output_buffer[512]; 45 char output_buffer[512];