towards handling suboperations during overlay connect
[oweals/gnunet.git] / src / testbed / testbed_api_hosts.c
index b9cdfa0db83840560700516910a74fcc955b7175..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;