gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26500 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r26500 - gnunet/src/nse
Date: Tue, 19 Mar 2013 15:59:36 +0100

Author: harsha
Date: 2013-03-19 15:59:36 +0100 (Tue, 19 Mar 2013)
New Revision: 26500

Modified:
   gnunet/src/nse/gnunet-nse-profiler.c
Log:
- fix

Modified: gnunet/src/nse/gnunet-nse-profiler.c
===================================================================
--- gnunet/src/nse/gnunet-nse-profiler.c        2013-03-19 14:53:27 UTC (rev 
26499)
+++ gnunet/src/nse/gnunet-nse-profiler.c        2013-03-19 14:59:36 UTC (rev 
26500)
@@ -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 @@
      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},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]