aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-18 03:19:02 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-18 03:19:02 +0000
commit42efb9525e1ed4a389b9bbd2c2ef9900e6f7f7a6 (patch)
tree52ebdf2bf7eca36f93ca825bf566619522bb7332 /src/rps/gnunet-service-rps_sampler.h
parent71480adbd306495b43d8198ff8c7acbefa632ae4 (diff)
downloadgnunet-42efb9525e1ed4a389b9bbd2c2ef9900e6f7f7a6.tar.gz
gnunet-42efb9525e1ed4a389b9bbd2c2ef9900e6f7f7a6.zip
schedule some requests for later
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.h')
-rw-r--r--src/rps/gnunet-service-rps_sampler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h
index b6aaf1b41..41afe8da9 100644
--- a/src/rps/gnunet-service-rps_sampler.h
+++ b/src/rps/gnunet-service-rps_sampler.h
@@ -88,7 +88,9 @@ RPS_sampler_resize (unsigned int new_size);
88 * @param rem_cls the closure given to #rem_cb 88 * @param rem_cls the closure given to #rem_cb
89 */ 89 */
90 void 90 void
91RPS_sampler_init (size_t init_size, const struct GNUNET_PeerIdentity *id, 91RPS_sampler_init (size_t init_size,
92 const struct GNUNET_PeerIdentity *id,
93 struct GNUNET_TIME_Relative max_round_interval,
92 RPS_sampler_insert_cb ins_cb, void *ins_cls, 94 RPS_sampler_insert_cb ins_cb, void *ins_cls,
93 RPS_sampler_remove_cb rem_cb, void *rem_cls); 95 RPS_sampler_remove_cb rem_cb, void *rem_cls);
94 96