aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index a0157ead6..a89d423ec 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -40,7 +40,7 @@ struct GNUNET_ARM_Handle
40 /** 40 /**
41 * Our control connection to the ARM service. 41 * Our control connection to the ARM service.
42 */ 42 */
43 struct GNUNET_MQ_Handle *mq; 43 struct GNUNET_CLIENT_Connection *client;
44 44
45 /** 45 /**
46 * The configuration that we are using. 46 * The configuration that we are using.