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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 26615bfc5..9e4487f88 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -226,12 +226,6 @@ struct GNUNET_RPS_CS_DEBUG_StreamRequest
226 * Header including size and type in NBO 226 * Header including size and type in NBO
227 */ 227 */
228 struct GNUNET_MessageHeader header; 228 struct GNUNET_MessageHeader header;
229
230 /**
231 * Number of peers
232 * 0 for sending updates until cancellation
233 */
234 uint32_t num_peers GNUNET_PACKED;
235}; 229};
236 230
237/** 231/**
@@ -245,11 +239,6 @@ struct GNUNET_RPS_CS_DEBUG_StreamReply
245 struct GNUNET_MessageHeader header; 239 struct GNUNET_MessageHeader header;
246 240
247 /** 241 /**
248 * Identifyer of the message.
249 */
250 uint32_t id GNUNET_PACKED;
251
252 /**
253 * Number of peers 242 * Number of peers
254 */ 243 */
255 uint64_t num_peers GNUNET_PACKED; 244 uint64_t num_peers GNUNET_PACKED;