- fix
authorSree Harsha Totakura <totakura@in.tum.de>
Tue, 19 Mar 2013 14:59:36 +0000 (14:59 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Tue, 19 Mar 2013 14:59:36 +0000 (14:59 +0000)
src/nse/gnunet-nse-profiler.c

index 391a7656f6906a336974b7c1444a0fe7ce30f898..1ec7205643a166fc05d0b4cc6563959f3aa29ca3 100644 (file)
@@ -26,7 +26,6 @@
  *        churns again, and repeats.
  *
  * TODO:
- * - need to enable user to specify topology options
  * - need to check for leaks (especially FD leaks)
  * - need to TEST
  */
@@ -884,10 +883,10 @@ main (int argc, char *const *argv)
      1, &GNUNET_GETOPT_set_string, &data_filename},
     {'H', "hosts", "FILENAME",
      gettext_noop ("name of the file with the login information for the testbed"),
-     0, &GNUNET_GETOPT_set_string, &hosts_file},
+     1, &GNUNET_GETOPT_set_string, &hosts_file},
     {'o', "output", "FILENAME",
      gettext_noop ("name of the file for writing the main results"),
-     0, &GNUNET_GETOPT_set_string, &output_filename},
+     1, &GNUNET_GETOPT_set_string, &output_filename},
     {'p', "peers", "NETWORKSIZESPEC",
      gettext_noop ("Number of peers to run in each round, separated by commas"),
      1, &GNUNET_GETOPT_set_string, &num_peer_spec},