aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/multicast_api.c')
-rw-r--r--src/multicast/multicast_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multicast/multicast_api.c b/src/multicast/multicast_api.c
index 513d4c8c9..b05d2d99c 100644
--- a/src/multicast/multicast_api.c
+++ b/src/multicast/multicast_api.c
@@ -58,7 +58,7 @@ struct GNUNET_MULTICAST_RequestHeader
58 /** 58 /**
59 * Public key of the sending member. 59 * Public key of the sending member.
60 */ 60 */
61 struct GNUNET_CRYPTO_EccPublicKey member_key; 61 struct GNUNET_CRYPTO_EccPublicSignKey member_key;
62 62
63 /** 63 /**
64 * ECC signature of the request fragment. 64 * ECC signature of the request fragment.
@@ -122,12 +122,12 @@ struct GNUNET_MULTICAST_JoinRequest
122 /** 122 /**
123 * Public key of the target group. 123 * Public key of the target group.
124 */ 124 */
125 struct GNUNET_CRYPTO_EccPublicKey group_key; 125 struct GNUNET_CRYPTO_EccPublicSignKey group_key;
126 126
127 /** 127 /**
128 * Public key of the joining member. 128 * Public key of the joining member.
129 */ 129 */
130 struct GNUNET_CRYPTO_EccPublicKey member_key; 130 struct GNUNET_CRYPTO_EccPublicSignKey member_key;
131 131
132 /** 132 /**
133 * Peer identity of the joining member. 133 * Peer identity of the joining member.
@@ -402,7 +402,7 @@ GNUNET_MULTICAST_origin_stop (struct GNUNET_MULTICAST_Origin *origin)
402 */ 402 */
403struct GNUNET_MULTICAST_Member * 403struct GNUNET_MULTICAST_Member *
404GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg, 404GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
405 const struct GNUNET_CRYPTO_EccPublicKey *group_key, 405 const struct GNUNET_CRYPTO_EccPublicSignKey *group_key,
406 const struct GNUNET_CRYPTO_EccPrivateKey *member_key, 406 const struct GNUNET_CRYPTO_EccPrivateKey *member_key,
407 const struct GNUNET_PeerIdentity *origin, 407 const struct GNUNET_PeerIdentity *origin,
408 size_t relay_count, 408 size_t relay_count,