From 8a3088a25d6d23adc9897da5f465680521537764 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Sep 2013 14:05:28 +0000 Subject: [PATCH] -uint32_t, not size_t --- src/include/gnunet_multicast_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h index a1dbaf841..c80ecdee9 100644 --- a/src/include/gnunet_multicast_service.h +++ b/src/include/gnunet_multicast_service.h @@ -609,7 +609,7 @@ GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg, const struct GNUNET_CRYPTO_EccPublicSignKey *group_key, const struct GNUNET_CRYPTO_EccPrivateKey *member_key, const struct GNUNET_PeerIdentity *origin, - size_t relay_count, + uint32_t relay_count, const struct GNUNET_PeerIdentity *relays, const struct GNUNET_MessageHeader *join_request, GNUNET_MULTICAST_JoinCallback join_cb, -- 2.25.1