aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-27 09:10:37 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-27 09:10:37 +0000
commita4d753e8d938081ec51efa816966a2d6153d29c4 (patch)
tree0ecd659a201e4175b653f0b7e5d1ee3cc1a1e3ee /src/testbed/testbed_api.h
parent7476213458c4d38472250031c50c667e765a67f7 (diff)
downloadgnunet-a4d753e8d938081ec51efa816966a2d6153d29c4.tar.gz
gnunet-a4d753e8d938081ec51efa816966a2d6153d29c4.zip
service connect checkpoint save
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 09fb52569..7f7ab6c94 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -28,6 +28,7 @@
28#define TESTBED_API_H 28#define TESTBED_API_H
29 29
30#include "gnunet_testbed_service.h" 30#include "gnunet_testbed_service.h"
31#include "testbed.h"
31 32
32/** 33/**
33 * Enumeration of operations 34 * Enumeration of operations
@@ -74,11 +75,6 @@ enum OperationType
74 */ 75 */
75 OP_LINK_CONTROLLERS, 76 OP_LINK_CONTROLLERS,
76 77
77 /**
78 * Service connect operation
79 */
80 OP_SERVICE_CONNECT
81
82 }; 78 };
83 79
84 80
@@ -392,5 +388,16 @@ void
392GNUNET_TESTBED_forward_operation_msg_cancel_ (struct OperationContext *opc); 388GNUNET_TESTBED_forward_operation_msg_cancel_ (struct OperationContext *opc);
393 389
394 390
391/**
392 * Generates configuration by parsing Peer configuration information reply message
393 *
394 * @param msg the peer configuration information message
395 * @return handle to the parsed configuration
396 */
397struct GNUNET_CONFIGURATION_Handle *
398GNUNET_TESTBED_get_config_from_peerinfo_msg_ (const struct
399 GNUNET_TESTBED_PeerConfigurationInformationMessage
400 *msg);
401
395#endif 402#endif
396/* end of testbed_api.h */ 403/* end of testbed_api.h */