aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-25 11:50:39 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-25 11:50:39 +0000
commit5bec5a8d66565e3f42aa5b4fc98ab0d87c47e528 (patch)
tree831cf55cd54f2adc78fc87ac9114de4748f1bdb1 /src/testbed/testbed_api_peers.h
parent9233abe82cdf18d40932d590f1c411dff47488e7 (diff)
downloadgnunet-5bec5a8d66565e3f42aa5b4fc98ab0d87c47e528.tar.gz
gnunet-5bec5a8d66565e3f42aa5b4fc98ab0d87c47e528.zip
towards implementing service_connect
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index 17db0d3b4..9256bf54f 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -239,6 +239,18 @@ GNUNET_TESTBED_peer_create_with_id_ (uint32_t unique_id,
239 void *cls); 239 void *cls);
240 240
241 241
242/**
243 * Generate PeerGetConfigurationMessage
244 *
245 * @param peer_id the id of the peer whose information we have to get
246 * @param operation_id the ip of the operation that should be represented in
247 * the message
248 * @param
249 * @return the PeerGetConfigurationMessage
250 */
251struct GNUNET_TESTBED_PeerGetConfigurationMessage *
252GNUNET_TESTBED_generate_peergetconfig_msg_ (uint32_t peer_id,
253 uint64_t operation_id);
242 254
243#endif 255#endif
244/* end of testbed_api_peers.h */ 256/* end of testbed_api_peers.h */