aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-10-14 13:35:23 +0200
committerJulius Bünger <buenger@mytum.de>2018-10-14 13:35:23 +0200
commit6048d2a10a95822d06b5d7be640adc89a895b01a (patch)
treee53b7a7efcebe282b49dff4b258f26dcbb71442a /src/include/gnunet_rps_service.h
parent10a1964c7c8fc9d2f9eab2942fa71fa00318a1b4 (diff)
downloadgnunet-6048d2a10a95822d06b5d7be640adc89a895b01a.tar.gz
gnunet-6048d2a10a95822d06b5d7be640adc89a895b01a.zip
RPS API: Remove numer of peers from stream request
Diffstat (limited to 'src/include/gnunet_rps_service.h')
-rw-r--r--src/include/gnunet_rps_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 7fdfe491e..274ca94a2 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -180,14 +180,11 @@ GNUNET_RPS_view_request (struct GNUNET_RPS_Handle *rps_handle,
180 * Request biased stream of peers that are being put into the sampler 180 * Request biased stream of peers that are being put into the sampler
181 * 181 *
182 * @param rps_handle handle to the rps service 182 * @param rps_handle handle to the rps service
183 * @param num_req_peers number of peers we want to receive
184 * (0 for infinite updates)
185 * @param cls a closure that will be given to the callback 183 * @param cls a closure that will be given to the callback
186 * @param ready_cb the callback called when the peers are available 184 * @param ready_cb the callback called when the peers are available
187 */ 185 */
188struct GNUNET_RPS_StreamRequestHandle * 186struct GNUNET_RPS_StreamRequestHandle *
189GNUNET_RPS_stream_request (struct GNUNET_RPS_Handle *rps_handle, 187GNUNET_RPS_stream_request (struct GNUNET_RPS_Handle *rps_handle,
190 uint32_t num_updates,
191 GNUNET_RPS_NotifyReadyCB stream_input_cb, 188 GNUNET_RPS_NotifyReadyCB stream_input_cb,
192 void *cls); 189 void *cls);
193 190