aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 65e9efe36..c3b702755 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -90,7 +90,12 @@ enum OperationType
90 /** 90 /**
91 * Stop and destroy all peers 91 * Stop and destroy all peers
92 */ 92 */
93 OP_SHUTDOWN_PEERS 93 OP_SHUTDOWN_PEERS,
94
95 /**
96 * Start/stop service at a peer
97 */
98 OP_MANAGE_SERVICE
94}; 99};
95 100
96 101