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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index e1583d06c..9a16e7593 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -154,7 +154,8 @@ struct GNUNET_RPS_CS_ActMaliciousMessage
154 */ 154 */
155 uint32_t num_peers GNUNET_PACKED; 155 uint32_t num_peers GNUNET_PACKED;
156 156
157 /* Followed by num_peers * GNUNET_PeerIdentity */ 157 /* Followed by num_peers * GNUNET_PeerIdentity when the type of malicious
158 behaviour is 1 */
158}; 159};
159#endif /* ENABLE_MALICIOUS */ 160#endif /* ENABLE_MALICIOUS */
160 161