summaryrefslogtreecommitdiff
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.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 */