aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/psyc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc/psyc.h')
-rw-r--r--src/psyc/psyc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/psyc/psyc.h b/src/psyc/psyc.h
index f89d170a5..cc7475df7 100644
--- a/src/psyc/psyc.h
+++ b/src/psyc/psyc.h
@@ -93,12 +93,14 @@ struct SlaveJoinRequest
93 93
94 uint32_t relay_count GNUNET_PACKED; 94 uint32_t relay_count GNUNET_PACKED;
95 95
96 struct GNUNET_CRYPTO_EddsaPublicKey channel_key; 96 struct GNUNET_CRYPTO_EddsaPublicKey channel_pub_key;
97 97
98 struct GNUNET_CRYPTO_EcdsaPrivateKey slave_key; 98 struct GNUNET_CRYPTO_EcdsaPrivateKey slave_key;
99 99
100 struct GNUNET_PeerIdentity origin; 100 struct GNUNET_PeerIdentity origin;
101 101
102 uint32_t flags GNUNET_PACKED;
103
102 /* Followed by struct GNUNET_PeerIdentity relays[relay_count] */ 104 /* Followed by struct GNUNET_PeerIdentity relays[relay_count] */
103 105
104 /* Followed by struct GNUNET_MessageHeader join_msg */ 106 /* Followed by struct GNUNET_MessageHeader join_msg */