aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-23 16:03:17 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-23 16:03:17 +0000
commita539ef2a879ff65e548aa0bb2ad6de65ba04275a (patch)
treee70af3daa8127ea8493e9f892d27eb51e9dcfcd8 /src/testbed/testbed_api.c
parent3ecbb9b47c2f8c1ed5e9dbed4803999420dbd6ac (diff)
downloadgnunet-a539ef2a879ff65e548aa0bb2ad6de65ba04275a.tar.gz
gnunet-a539ef2a879ff65e548aa0bb2ad6de65ba04275a.zip
avoid using dying type for function
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index 3f2109ecd..667b9b369 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -75,7 +75,7 @@ struct ForwardedOperationData
75 /** 75 /**
76 * The callback to call when reply is available 76 * The callback to call when reply is available
77 */ 77 */
78 GNUNET_CLIENT_MessageHandler cc; 78 GNUNET_MQ_MessageCallback cc;
79 79
80 /** 80 /**
81 * The closure for the above callback 81 * The closure for the above callback
@@ -1362,7 +1362,7 @@ struct OperationContext *
1362GNUNET_TESTBED_forward_operation_msg_ (struct GNUNET_TESTBED_Controller *controller, 1362GNUNET_TESTBED_forward_operation_msg_ (struct GNUNET_TESTBED_Controller *controller,
1363 uint64_t operation_id, 1363 uint64_t operation_id,
1364 const struct GNUNET_MessageHeader *msg, 1364 const struct GNUNET_MessageHeader *msg,
1365 GNUNET_CLIENT_MessageHandler cc, 1365 GNUNET_MQ_MessageCallback cc,
1366 void *cc_cls) 1366 void *cc_cls)
1367{ 1367{
1368 struct OperationContext *opc; 1368 struct OperationContext *opc;