aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-consensus-profiler.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-10-05 21:26:56 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-10-05 21:26:56 +0000
commita11e17158609766f29c40de6daecf5ce02b38e6c (patch)
tree1fbce1a057d5e74415781074a429d53751b43111 /src/consensus/gnunet-consensus-profiler.c
parent4dcb414e2faabc800577c25dec3b63e3ceaaa84b (diff)
downloadgnunet-a11e17158609766f29c40de6daecf5ce02b38e6c.tar.gz
gnunet-a11e17158609766f29c40de6daecf5ce02b38e6c.zip
work on consensus and set
- evil peers for consensus - various fixes for consensus and set
Diffstat (limited to 'src/consensus/gnunet-consensus-profiler.c')
-rw-r--r--src/consensus/gnunet-consensus-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-consensus-profiler.c b/src/consensus/gnunet-consensus-profiler.c
index 11c54fa78..a075cc291 100644
--- a/src/consensus/gnunet-consensus-profiler.c
+++ b/src/consensus/gnunet-consensus-profiler.c
@@ -437,7 +437,7 @@ main (int argc, char **argv)
437 gettext_noop ("number of peers in consensus"), 437 gettext_noop ("number of peers in consensus"),
438 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_peers }, 438 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_peers },
439 { 'k', "value-replication", NULL, 439 { 'k', "value-replication", NULL,
440 gettext_noop ("how many peers receive one value?"), 440 gettext_noop ("how many peers (random selection without replacement) receive one value?"),
441 GNUNET_YES, &GNUNET_GETOPT_set_uint, &replication }, 441 GNUNET_YES, &GNUNET_GETOPT_set_uint, &replication },
442 { 'x', "num-values", NULL, 442 { 'x', "num-values", NULL,
443 gettext_noop ("number of values"), 443 gettext_noop ("number of values"),