aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-01 15:04:19 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-01 15:04:19 +0000
commitd941bf4605c682b038872a88236228cd65563427 (patch)
tree750ec414957de9e157882082a657ada14bb6410f /src/testbed/testbed_api.h
parent6e08b7d1f56715c71ea6f0372b9abaddced8253b (diff)
downloadgnunet-d941bf4605c682b038872a88236228cd65563427.tar.gz
gnunet-d941bf4605c682b038872a88236228cd65563427.zip
rename to extract_config_()
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 8bd8a0371..c464b0ad5 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -398,14 +398,16 @@ GNUNET_TESTBED_forward_operation_msg_cancel_ (struct OperationContext *opc);
398 398
399 399
400/** 400/**
401 * Generates configuration by parsing Peer configuration information reply message 401 * Generates configuration by uncompressing configuration in given message. The
402 * given message should be of the following types:
403 * GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG,
404 * GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG
402 * 405 *
403 * @param msg the peer configuration information message 406 * @param msg the message containing compressed configuration
404 * @return handle to the parsed configuration 407 * @return handle to the parsed configuration
405 */ 408 */
406struct GNUNET_CONFIGURATION_Handle * 409struct GNUNET_CONFIGURATION_Handle *
407GNUNET_TESTBED_get_config_from_peerinfo_msg_ (const struct 410GNUNET_TESTBED_extract_config_ (const struct GNUNET_MessageHeader *msg);
408 GNUNET_MessageHeader *msg);
409 411
410 412
411/** 413/**