aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-24 21:21:44 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-24 21:21:44 +0000
commit31899f01bd95f66e6cfec9b53ace071648d6b663 (patch)
treef3ce0eae1093241cd1be5fa7277d262b39f93cf8 /src/arm/arm_api.c
parentbdd2a2f82789160f7cd1d5f6d25bdcd75a90937e (diff)
downloadgnunet-31899f01bd95f66e6cfec9b53ace071648d6b663.tar.gz
gnunet-31899f01bd95f66e6cfec9b53ace071648d6b663.zip
migrate ARM to new service API
Diffstat (limited to 'src/arm/arm_api.c')
-rw-r--r--src/arm/arm_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 20ba7f9af..626d8957a 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -463,7 +463,7 @@ reconnect_arm (struct GNUNET_ARM_Handle *h)
463 struct GNUNET_ARM_ListResultMessage, 463 struct GNUNET_ARM_ListResultMessage,
464 h), 464 h),
465 GNUNET_MQ_hd_fixed_size (confirm, 465 GNUNET_MQ_hd_fixed_size (confirm,
466 GNUNET_MESSAGE_TYPE_TEST, 466 GNUNET_MESSAGE_TYPE_ARM_TEST,
467 struct GNUNET_MessageHeader, 467 struct GNUNET_MessageHeader,
468 h), 468 h),
469 GNUNET_MQ_handler_end () 469 GNUNET_MQ_handler_end ()
@@ -491,7 +491,7 @@ reconnect_arm (struct GNUNET_ARM_Handle *h)
491 LOG (GNUNET_ERROR_TYPE_DEBUG, 491 LOG (GNUNET_ERROR_TYPE_DEBUG,
492 "Sending TEST message to ARM\n"); 492 "Sending TEST message to ARM\n");
493 env = GNUNET_MQ_msg (test, 493 env = GNUNET_MQ_msg (test,
494 GNUNET_MESSAGE_TYPE_TEST); 494 GNUNET_MESSAGE_TYPE_ARM_TEST);
495 GNUNET_MQ_send (h->mq, 495 GNUNET_MQ_send (h->mq,
496 env); 496 env);
497 return GNUNET_OK; 497 return GNUNET_OK;