aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/gnunet-testbed-profiler.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index fd4f3885ea..f2aa0bcc81 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -90,7 +90,13 @@ enum State
/**
* Linking peers
*/
- STATE_PEERS_LINKING
+ STATE_PEERS_LINKING,
+
+ /**
+ * Destroying peers; we can do this as the controller takes care of stopping a
+ * peer if it is running
+ */
+ STATE_PEERS_DESTROYING
};
@@ -256,6 +262,9 @@ do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
}
+
+
+
/**
* Functions of this signature are called when a peer has been successfully
* started or stopped.