aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/psycstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore/psycstore.h')
-rw-r--r--src/psycstore/psycstore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/psycstore/psycstore.h b/src/psycstore/psycstore.h
index 2e3d66ec5..d2c25e791 100644
--- a/src/psycstore/psycstore.h
+++ b/src/psycstore/psycstore.h
@@ -58,8 +58,8 @@ struct ResultCodeMessage
58 */ 58 */
59struct MembershipStoreMessage 59struct MembershipStoreMessage
60{ 60{
61 const struct GNUNET_CRYPTO_EccPublicKey *channel_key; 61 const struct GNUNET_CRYPTO_EccPublicSignKey *channel_key;
62 const struct GNUNET_CRYPTO_EccPublicKey *slave_key; 62 const struct GNUNET_CRYPTO_EccPublicSignKey *slave_key;
63 int did_join; 63 int did_join;
64 uint64_t announced_at; 64 uint64_t announced_at;
65 uint64_t effective_since; 65 uint64_t effective_since;
@@ -72,8 +72,8 @@ struct MembershipStoreMessage
72 */ 72 */
73struct MembershipTestMessage 73struct MembershipTestMessage
74{ 74{
75 const struct GNUNET_CRYPTO_EccPublicKey *channel_key; 75 const struct GNUNET_CRYPTO_EccPublicSignKey *channel_key;
76 const struct GNUNET_CRYPTO_EccPublicKey *slave_key; 76 const struct GNUNET_CRYPTO_EccPublicSignKey *slave_key;
77 uint64_t message_id; 77 uint64_t message_id;
78 uint64_t group_generation; 78 uint64_t group_generation;
79}; 79};