aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-consensus-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/gnunet-consensus-profiler.c')
-rw-r--r--src/consensus/gnunet-consensus-profiler.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/consensus/gnunet-consensus-profiler.c b/src/consensus/gnunet-consensus-profiler.c
index 345e2244c..355ae60a3 100644
--- a/src/consensus/gnunet-consensus-profiler.c
+++ b/src/consensus/gnunet-consensus-profiler.c
@@ -57,8 +57,16 @@ static unsigned int peers_done = 0;
57 57
58static unsigned *results_for_peer; 58static unsigned *results_for_peer;
59 59
60/**
61 * The profiler will write statistics
62 * for all peers to the file with this name.
63 */
60static char *statistics_filename; 64static char *statistics_filename;
61 65
66/**
67 * The profiler will write statistics
68 * for all peers to this file.
69 */
62static FILE *statistics_file; 70static FILE *statistics_file;
63 71
64static int verbose; 72static int verbose;