aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-19 14:59:36 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-19 14:59:36 +0000
commit4d0c05606b571f31b737847d5821218f1f48e78d (patch)
tree384b2446611bc47435b8ca80a8d8de293eeb5226 /src/nse/gnunet-nse-profiler.c
parentf78df915ad04751636a01a4a34ab36eb65209845 (diff)
downloadgnunet-4d0c05606b571f31b737847d5821218f1f48e78d.tar.gz
gnunet-4d0c05606b571f31b737847d5821218f1f48e78d.zip
- fix
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 391a7656f..1ec720564 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -26,7 +26,6 @@
26 * churns again, and repeats. 26 * churns again, and repeats.
27 * 27 *
28 * TODO: 28 * TODO:
29 * - need to enable user to specify topology options
30 * - need to check for leaks (especially FD leaks) 29 * - need to check for leaks (especially FD leaks)
31 * - need to TEST 30 * - need to TEST
32 */ 31 */
@@ -884,10 +883,10 @@ main (int argc, char *const *argv)
884 1, &GNUNET_GETOPT_set_string, &data_filename}, 883 1, &GNUNET_GETOPT_set_string, &data_filename},
885 {'H', "hosts", "FILENAME", 884 {'H', "hosts", "FILENAME",
886 gettext_noop ("name of the file with the login information for the testbed"), 885 gettext_noop ("name of the file with the login information for the testbed"),
887 0, &GNUNET_GETOPT_set_string, &hosts_file}, 886 1, &GNUNET_GETOPT_set_string, &hosts_file},
888 {'o', "output", "FILENAME", 887 {'o', "output", "FILENAME",
889 gettext_noop ("name of the file for writing the main results"), 888 gettext_noop ("name of the file for writing the main results"),
890 0, &GNUNET_GETOPT_set_string, &output_filename}, 889 1, &GNUNET_GETOPT_set_string, &output_filename},
891 {'p', "peers", "NETWORKSIZESPEC", 890 {'p', "peers", "NETWORKSIZESPEC",
892 gettext_noop ("Number of peers to run in each round, separated by commas"), 891 gettext_noop ("Number of peers to run in each round, separated by commas"),
893 1, &GNUNET_GETOPT_set_string, &num_peer_spec}, 892 1, &GNUNET_GETOPT_set_string, &num_peer_spec},