aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_services.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-01-26 14:00:28 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-01-26 14:00:28 +0000
commit6de27f2fd0e5cfaba3f70955002cb0d6cab73df5 (patch)
treea0377eaa32bb2a7c8545e545dfd2e5162fffd25e /src/testbed/testbed_api_services.c
parentba007d1a80d1d376712d362881b17d64b36898d8 (diff)
downloadgnunet-6de27f2fd0e5cfaba3f70955002cb0d6cab73df5.tar.gz
gnunet-6de27f2fd0e5cfaba3f70955002cb0d6cab73df5.zip
- rename
Diffstat (limited to 'src/testbed/testbed_api_services.c')
-rw-r--r--src/testbed/testbed_api_services.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api_services.c b/src/testbed/testbed_api_services.c
index 0c3d63de7..923caed26 100644
--- a/src/testbed/testbed_api_services.c
+++ b/src/testbed/testbed_api_services.c
@@ -146,7 +146,7 @@ configuration_receiver (void *cls, const struct GNUNET_MessageHeader *msg)
146 info.type = GNUNET_TESTBED_ET_OPERATION_FINISHED; 146 info.type = GNUNET_TESTBED_ET_OPERATION_FINISHED;
147 info.details.operation_finished.operation = data->operation; 147 info.details.operation_finished.operation = data->operation;
148 info.details.operation_finished.op_cls = data->op_cls; 148 info.details.operation_finished.op_cls = data->op_cls;
149 if (GNUNET_MESSAGE_TYPE_TESTBED_OPERATIONFAILEVENT == mtype) 149 if (GNUNET_MESSAGE_TYPE_TESTBED_OPERATION_FAIL_EVENT == mtype)
150 { 150 {
151 emsg = 151 emsg =
152 GNUNET_TESTBED_parse_error_string_ ((const struct 152 GNUNET_TESTBED_parse_error_string_ ((const struct