From 6bb36f1e073758e7c4fb9c7398cdc9c806aae252 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 2 Feb 2012 13:57:36 +0000 Subject: [PATCH] - Fixed compilation error, restored 2D torus as testing topology --- src/mesh/gnunet-service-mesh.c | 2 +- src/mesh/test_mesh_small.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index cac395521..33643e2c7 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -489,7 +489,7 @@ mesh_debug (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { return; } - DEBUG ("MESH: %s\n", s); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "MESH: %s\n", s); } #endif diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index 289547dd8..11cdc5a75 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -63,8 +63,8 @@ HOSTNAME = localhost NUM_PEERS = 16 WEAKRANDOM = YES TOPOLOGY = NONE -CONNECT_TOPOLOGY = RING -BLACKLIST_TOPOLOGY = RING +CONNECT_TOPOLOGY = 2D_TORUS +BLACKLIST_TOPOLOGY = 2D_TORUS BLACKLIST_TRANSPORTS = tcp udp http unix #TOPOLOGY_FILE = small.dat #CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM -- 2.25.1