From ffb6012a7dba4491694bba515c085ddb6503da4a Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 11 May 2010 18:49:51 +0000 Subject: [PATCH] sigh, another missed commit --- src/testing/test_testing_topology.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.25.1