aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-rps-profiler.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-11-28 00:00:05 +0100
committerJulius Bünger <buenger@mytum.de>2018-11-28 00:00:05 +0100
commit3cb06d8896196df2238c2b6dda59ba871af8b276 (patch)
tree6bc76a2a07657291a5a8620d0e1f501d421bb6c7 /src/rps/gnunet-rps-profiler.c
parent8e9283304a3cdcdaec6be207e60b172642af5a17 (diff)
downloadgnunet-3cb06d8896196df2238c2b6dda59ba871af8b276.tar.gz
gnunet-3cb06d8896196df2238c2b6dda59ba871af8b276.zip
RPS tests/profiler: Keep files for dumping internals open
Diffstat (limited to 'src/rps/gnunet-rps-profiler.c')
-rw-r--r--src/rps/gnunet-rps-profiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c
index 5ccf1017e..35a77e1bb 100644
--- a/src/rps/gnunet-rps-profiler.c
+++ b/src/rps/gnunet-rps-profiler.c
@@ -1102,6 +1102,7 @@ shutdown_op (void *cls)
1102 { 1102 {
1103 clean_peer (i); 1103 clean_peer (i);
1104 } 1104 }
1105 close_all_files();
1105} 1106}
1106 1107
1107static void 1108static void