From: Nathan S. Evans Date: Tue, 11 May 2010 18:49:51 +0000 (+0000) Subject: sigh, another missed commit X-Git-Tag: initial-import-from-subversion-38251~21751 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ffb6012a7dba4491694bba515c085ddb6503da4a;p=oweals%2Fgnunet.git sigh, another missed commit --- diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c index 64d842a9e..331992692 100644 --- a/src/testing/test_testing_topology.c +++ b/src/testing/test_testing_topology.c @@ -75,6 +75,8 @@ static FILE *dotOutFile; static char *topology_string; +static char *blacklist_transports; + static int transmit_ready_scheduled; static int transmit_ready_failed; @@ -546,7 +548,7 @@ static void create_topology () { peers_left = num_peers; /* Reset counter */ - if (GNUNET_TESTING_create_topology (pg, topology, blacklist_topology) != GNUNET_SYSERR) + if (GNUNET_TESTING_create_topology (pg, topology, blacklist_topology, blacklist_transports) != GNUNET_SYSERR) { #if VERBOSE GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, @@ -708,6 +710,9 @@ run (void *cls, } } + GNUNET_CONFIGURATION_get_value_string (cfg, "testing", "blacklist_transports", + &blacklist_transports); + if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_number (cfg, "testing", "blacklist_topology", &blacklist_topology_num))