aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-09-26 00:22:41 +0200
committerJulius Bünger <buenger@mytum.de>2018-09-26 00:23:45 +0200
commita38275062455b7991c6a8536db38a55135cefff2 (patch)
treec2421f7c323f2047ca42d225a9bb5dc6644d7bb5 /src/rps/rps.h
parentafbafd99c2b66bd3e35df763623883192cdad67d (diff)
downloadgnunet-a38275062455b7991c6a8536db38a55135cefff2.tar.gz
gnunet-a38275062455b7991c6a8536db38a55135cefff2.zip
Change architecture of RPS service - api
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;