aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-08 20:28:46 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-08 20:28:46 +0000
commit8fa1a818df4f8466dbaeece10f2a1bdecc396595 (patch)
tree249afe774b316e755b4d1d7de5045bb2b8107c17 /src/testbed/testbed_api_peers.h
parent216d130e277fee333b243faefd3c4e3aec2b22a0 (diff)
downloadgnunet-8fa1a818df4f8466dbaeece10f2a1bdecc396595.tar.gz
gnunet-8fa1a818df4f8466dbaeece10f2a1bdecc396595.zip
operation and peer_destroy
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