From a7b63b4f0ba0ed24a1c2973644ae78bc3ce72719 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 17 Jul 2016 13:26:36 +0000 Subject: -doxygen --- src/arm/arm_monitor_api.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/arm') diff --git a/src/arm/arm_monitor_api.c b/src/arm/arm_monitor_api.c index 1f23c1dc5..442320fe8 100644 --- a/src/arm/arm_monitor_api.c +++ b/src/arm/arm_monitor_api.c @@ -131,10 +131,10 @@ reconnect_arm_monitor_later (struct GNUNET_ARM_MonitorHandle *h) */ static int check_monitor_notify (void *cls, - const struct GNUNET_ARM_StatusMessage *res) + const struct GNUNET_ARM_StatusMessage *msg) { - size_t sl = ntohs (res->header.size) - sizeof (struct GNUNET_ARM_StatusMessage); - const char *name = (const char *) &res[1]; + size_t sl = ntohs (msg->header.size) - sizeof (struct GNUNET_ARM_StatusMessage); + const char *name = (const char *) &msg[1]; if ( (0 == sl) || ('\0' != name[sl-1]) ) @@ -150,7 +150,7 @@ check_monitor_notify (void *cls, * Handler for notification messages received from ARM. * * @param cls our `struct GNUNET_ARM_MonitorHandle` - * @param msg the message received from the arm service + * @param res the message received from the arm service */ static void handle_monitor_notify (void *cls, -- cgit v1.2.3