gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32660 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32660 - gnunet/src/mesh
Date: Mon, 17 Mar 2014 12:02:32 +0100

Author: bartpolot
Date: 2014-03-17 12:02:31 +0100 (Mon, 17 Mar 2014)
New Revision: 32660

Modified:
   gnunet/src/mesh/gnunet-mesh-profiler.c
Log:
- mark peer as down

Modified: gnunet/src/mesh/gnunet-mesh-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-17 11:02:30 UTC (rev 
32659)
+++ gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-17 11:02:31 UTC (rev 
32660)
@@ -398,6 +398,7 @@
     } while (peers[r].up == run);
     GNUNET_log (GNUNET_ERROR_TYPE_INFO, "St%s peer %u: %s\n",
                 run ? "arting" : "opping", r, GNUNET_i2s (&peers[r].id));
+    peers[r].up = GNUNET_NO;
     op = GNUNET_TESTBED_peer_manage_service (&peers[r], testbed_handles[r],
                                              "mesh", NULL, NULL, run);
     GNUNET_break (NULL != op);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]