aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps.h')
-rw-r--r--src/rps/rps.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 77ce2f18f..3ba0cffcf 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -150,12 +150,9 @@ struct GNUNET_RPS_CS_SeedMessage
150 /** 150 /**
151 * Number of peers 151 * Number of peers
152 */ 152 */
153 uint64_t n; 153 uint64_t num_peers;
154 154
155 /** 155 /* Followed by num_peers * GNUNET_PeerIdentity */
156 * Peers
157 */
158 struct GNUNET_PeerIdentity ids;
159}; 156};
160 157
161GNUNET_NETWORK_STRUCT_END 158GNUNET_NETWORK_STRUCT_END