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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 66b2dd962..26615bfc5 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -250,11 +250,13 @@ struct GNUNET_RPS_CS_DEBUG_StreamReply
250 uint32_t id GNUNET_PACKED; 250 uint32_t id GNUNET_PACKED;
251 251
252 /** 252 /**
253 * @brief The peer of the biased stream 253 * Number of peers
254 */ 254 */
255 struct GNUNET_PeerIdentity peer; 255 uint64_t num_peers GNUNET_PACKED;
256 256
257 // TODO maybe source of peer (pull/push list, peerinfo, ...) 257 // TODO maybe source of peer (pull/push list, peerinfo, ...)
258
259 /* Followed by num_peers * GNUNET_PeerIdentity */
258}; 260};
259 261
260GNUNET_NETWORK_STRUCT_END 262GNUNET_NETWORK_STRUCT_END