aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-01 14:59:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-01 14:59:31 +0000
commit6e08b7d1f56715c71ea6f0372b9abaddced8253b (patch)
tree86a0b09753e513687a63b0a818e064c425dfb12b /src/testbed/testbed_api.h
parentc2c1e98f13fe65acba7fb9123abc3dd515c61e78 (diff)
downloadgnunet-6e08b7d1f56715c71ea6f0372b9abaddced8253b.tar.gz
gnunet-6e08b7d1f56715c71ea6f0372b9abaddced8253b.zip
slave get config client part
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 9165c7c24..8bd8a0371 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -75,6 +75,11 @@ enum OperationType
75 */ 75 */
76 OP_LINK_CONTROLLERS, 76 OP_LINK_CONTROLLERS,
77 77
78 /**
79 * Get slave config operation
80 */
81 OP_GET_SLAVE_CONFIG
82
78}; 83};
79 84
80 85
@@ -399,9 +404,8 @@ GNUNET_TESTBED_forward_operation_msg_cancel_ (struct OperationContext *opc);
399 * @return handle to the parsed configuration 404 * @return handle to the parsed configuration
400 */ 405 */
401struct GNUNET_CONFIGURATION_Handle * 406struct GNUNET_CONFIGURATION_Handle *
402GNUNET_TESTBED_get_config_from_peerinfo_msg_ (const struct 407GNUNET_TESTBED_get_config_from_peerinfo_msg_ (const struct
403 GNUNET_TESTBED_PeerConfigurationInformationMessage 408 GNUNET_MessageHeader *msg);
404 *msg);
405 409
406 410
407/** 411/**