[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11327 - gnunet/src/testing
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11327 - gnunet/src/testing |
Date: |
Tue, 11 May 2010 20:49:51 +0200 |
Author: nevans
Date: 2010-05-11 20:49:51 +0200 (Tue, 11 May 2010)
New Revision: 11327
Modified:
gnunet/src/testing/test_testing_topology.c
Log:
sigh, another missed commit
Modified: gnunet/src/testing/test_testing_topology.c
===================================================================
--- gnunet/src/testing/test_testing_topology.c 2010-05-11 18:42:30 UTC (rev
11326)
+++ gnunet/src/testing/test_testing_topology.c 2010-05-11 18:49:51 UTC (rev
11327)
@@ -75,6 +75,8 @@
static char *topology_string;
+static char *blacklist_transports;
+
static int transmit_ready_scheduled;
static int transmit_ready_failed;
@@ -546,7 +548,7 @@
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 @@
}
}
+ 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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11327 - gnunet/src/testing,
gnunet <=