aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-13 15:01:38 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-13 15:01:38 +0000
commit51eed008db6b80e56bae2a4c023324cbd162809e (patch)
tree9715d725b8c94c9f222de3373dc9b209ceba57be /src/mesh/test_mesh_small.c
parent4387a2c9192652ff5907a98448707f1854a6021b (diff)
downloadgnunet-51eed008db6b80e56bae2a4c023324cbd162809e.tar.gz
gnunet-51eed008db6b80e56bae2a4c023324cbd162809e.zip
- minor fixes
Diffstat (limited to 'src/mesh/test_mesh_small.c')
-rw-r--r--src/mesh/test_mesh_small.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index 978590706..20b5c2717 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -515,8 +515,6 @@ data_callback (void *cls, struct GNUNET_MESH_Channel *channel,
515} 515}
516 516
517 517
518
519
520/** 518/**
521 * Stats callback. Finish the stats testbed operation and when all stats have 519 * Stats callback. Finish the stats testbed operation and when all stats have
522 * been iterated, shutdown the test. 520 * been iterated, shutdown the test.
@@ -835,7 +833,7 @@ int
835main (int argc, char *argv[]) 833main (int argc, char *argv[])
836{ 834{
837 initialized = GNUNET_NO; 835 initialized = GNUNET_NO;
838 uint32_t ports[2]; 836 static uint32_t ports[2];
839 const char *config_file; 837 const char *config_file;
840 838
841 GNUNET_log_setup ("test", "DEBUG", NULL); 839 GNUNET_log_setup ("test", "DEBUG", NULL);