aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-11 21:26:12 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-11 21:26:12 +0000
commit57f1e799be9be1ef6aa5c52eb1c9f72cc1c5d59a (patch)
tree58ce6dc845146d29c911d0b62ba927ea7ddc2fe6 /src
parent9d85ad69393b519a9bad11fdf6e698a97f2bab74 (diff)
downloadgnunet-57f1e799be9be1ef6aa5c52eb1c9f72cc1c5d59a.tar.gz
gnunet-57f1e799be9be1ef6aa5c52eb1c9f72cc1c5d59a.zip
- fixes
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_testbed_service.h2
-rw-r--r--src/testbed/testbed_api_testbed.c1
-rw-r--r--src/testbed/testbed_api_topology.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 6497981da..8c20e2556 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -996,7 +996,7 @@ enum GNUNET_TESTBED_TopologyOption
996 GNUNET_TESTBED_TOPOLOGY_INTERNAT, 996 GNUNET_TESTBED_TOPOLOGY_INTERNAT,
997 997
998 /** 998 /**
999 * Scale free topology. FIXME: options? 999 * Scale free topology. No options.
1000 */ 1000 */
1001 GNUNET_TESTBED_TOPOLOGY_SCALE_FREE, 1001 GNUNET_TESTBED_TOPOLOGY_SCALE_FREE,
1002 1002
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index a6beb6aff..c16e0b332 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -926,7 +926,6 @@ GNUNET_TESTBED_run (const char *host_filename,
926 unsigned int hid; 926 unsigned int hid;
927 unsigned int nhost; 927 unsigned int nhost;
928 928
929 GNUNET_assert (NULL != cc);
930 GNUNET_assert (num_peers > 0); 929 GNUNET_assert (num_peers > 0);
931 host_filename = NULL; 930 host_filename = NULL;
932 rc = GNUNET_malloc (sizeof (struct RunContext)); 931 rc = GNUNET_malloc (sizeof (struct RunContext));
diff --git a/src/testbed/testbed_api_topology.c b/src/testbed/testbed_api_topology.c
index 544a8e42a..fd37d6572 100644
--- a/src/testbed/testbed_api_topology.c
+++ b/src/testbed/testbed_api_topology.c
@@ -158,7 +158,7 @@ const char * topology_strings[] = {
158 "INTERNAT", 158 "INTERNAT",
159 159
160 /** 160 /**
161 * Scale free topology. FIXME: options? 161 * Scale free topology. No options.
162 */ 162 */
163 "SCALE_FREE", 163 "SCALE_FREE",
164 164