aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index ea42c9810..3a9244fc2 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -31,6 +31,15 @@
31 31
32 32
33/** 33/**
34 * Data for the OperationType OP_PEER_DESTROY;
35 */
36struct PeerDestroyData
37{
38 struct GNUNET_TESTBED_Peer *peer;
39};
40
41
42/**
34 * Create the given peer at the specified host using the given 43 * Create the given peer at the specified host using the given
35 * controller. If the given controller is not running on the target 44 * controller. If the given controller is not running on the target
36 * host, it should find or create a controller at the target host and 45 * host, it should find or create a controller at the target host and