aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-01-28 16:56:47 +0000
committerBart Polot <bart@net.in.tum.de>2015-01-28 16:56:47 +0000
commitf211dbecd475ad630e54b29e2bd054c139aa1273 (patch)
tree414ff9e5452d477cd00a6a2cd0998001192e0489 /src/rps/gnunet-service-rps_sampler.h
parent9a73ec66434eb1bb579dda36cb7a1c4c6fd10b8b (diff)
downloadgnunet-f211dbecd475ad630e54b29e2bd054c139aa1273.tar.gz
gnunet-f211dbecd475ad630e54b29e2bd054c139aa1273.zip
- never resize to 0
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.h')
-rw-r--r--src/rps/gnunet-service-rps_sampler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h
index 4949ef9c6..d0ac11d0d 100644
--- a/src/rps/gnunet-service-rps_sampler.h
+++ b/src/rps/gnunet-service-rps_sampler.h
@@ -84,6 +84,15 @@ RPS_sampler_resize (unsigned int new_size);
84 84
85 85
86/** 86/**
87 * Empty the sampler.
88 *
89 * @param new_size the new size of the sampler
90 */
91void
92RPS_sampler_empty ();
93
94
95/**
87 * Initialise a tuple of samplers. 96 * Initialise a tuple of samplers.
88 * 97 *
89 * @param init_size the size the sampler is initialised with 98 * @param init_size the size the sampler is initialised with