aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_local_test_prepared.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_local_test_prepared.c')
-rw-r--r--src/testing/testing_api_cmd_local_test_prepared.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_local_test_prepared.c b/src/testing/testing_api_cmd_local_test_prepared.c
index e71d3ef45..0b88586e8 100644
--- a/src/testing/testing_api_cmd_local_test_prepared.c
+++ b/src/testing/testing_api_cmd_local_test_prepared.c
@@ -80,11 +80,11 @@ local_test_prepared_run (void *cls,
80{ 80{
81 struct LocalPreparedState *lfs = cls; 81 struct LocalPreparedState *lfs = cls;
82 82
83 struct GNUNET_CMDS_LOCAL_TEST_PREPARED *reply; 83 struct GNUNET_TESTING_CommandLocalTestPrepared *reply;
84 size_t msg_length; 84 size_t msg_length;
85 85
86 msg_length = sizeof(struct GNUNET_CMDS_LOCAL_TEST_PREPARED); 86 msg_length = sizeof(struct GNUNET_TESTING_CommandLocalTestPrepared);
87 reply = GNUNET_new (struct GNUNET_CMDS_LOCAL_TEST_PREPARED); 87 reply = GNUNET_new (struct GNUNET_TESTING_CommandLocalTestPrepared);
88 reply->header.type = htons ( 88 reply->header.type = htons (
89 GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_TEST_PREPARED); 89 GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_TEST_PREPARED);
90 reply->header.size = htons ((uint16_t) msg_length); 90 reply->header.size = htons ((uint16_t) msg_length);