aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-17 11:02:31 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-17 11:02:31 +0000
commitd203c726efb4b50aa0b33e97458bf5189bd838a4 (patch)
tree919c8008de57c736be214cb1ad4af2e246c9c6bb /src
parent7c25b564245f1370b9cb10e579fdee23e7c9b213 (diff)
downloadgnunet-d203c726efb4b50aa0b33e97458bf5189bd838a4.tar.gz
gnunet-d203c726efb4b50aa0b33e97458bf5189bd838a4.zip
- mark peer as down
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
index 2d128fcee..040d80e24 100644
--- a/src/mesh/gnunet-mesh-profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c
@@ -398,6 +398,7 @@ adjust_running_peers (unsigned int target)
398 } while (peers[r].up == run); 398 } while (peers[r].up == run);
399 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "St%s peer %u: %s\n", 399 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "St%s peer %u: %s\n",
400 run ? "arting" : "opping", r, GNUNET_i2s (&peers[r].id)); 400 run ? "arting" : "opping", r, GNUNET_i2s (&peers[r].id));
401 peers[r].up = GNUNET_NO;
401 op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r], 402 op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r],
402 "mesh", NULL, NULL, run); 403 "mesh", NULL, NULL, run);
403 GNUNET_break (NULL != op); 404 GNUNET_break (NULL != op);