towards handling suboperations during overlay connect
[oweals/gnunet.git] / src / testbed / testbed_api_hosts.c
index cbbc9fdee3fc1135f5817d8f674e0e65d84ed62b..989e7d1d814d6c8b6619e05234999680ff63bbf0 100644 (file)
@@ -299,7 +299,7 @@ GNUNET_TESTBED_hosts_load_from_file (const char *filename,
   struct GNUNET_TESTBED_Host **host_array;
 
   host_array = GNUNET_malloc (num_hosts * sizeof (struct GNUNET_TESTBED_Host *));
-  host_array[foo] = GNUNET_TESTBED_host_create (...);
+  host_array[foo] = GNUNET_TESTBED_host_create (FIXME);
   *hosts = host_array;
 
   return num_hosts;
@@ -348,7 +348,7 @@ GNUNET_TESTBED_host_destroy (struct GNUNET_TESTBED_Host *host)
   }
   host_list =
       GNUNET_realloc (host_list,
-                      sizeof (struct GNUNET_TESTBED_Host) * host_list_size);
+                      sizeof (struct GNUNET_TESTBED_Host *) * host_list_size);
 }