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 18:05:20 +0000
committerBart Polot <bart@net.in.tum.de>2015-01-28 18:05:20 +0000
commit4df042b9f44904c5d8608658125f361c7cffe0ef (patch)
treeb13d45238b7dd2d856f44bce665de30d59fc98e4 /src/rps/gnunet-service-rps_sampler.h
parentefd795756b2106dd595a7124cb505e2c531c1380 (diff)
downloadgnunet-4df042b9f44904c5d8608658125f361c7cffe0ef.tar.gz
gnunet-4df042b9f44904c5d8608658125f361c7cffe0ef.zip
- fix memory management of sampler tasks
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.h')
-rw-r--r--src/rps/gnunet-service-rps_sampler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h
index a4d1fa7d4..bc3994e36 100644
--- a/src/rps/gnunet-service-rps_sampler.h
+++ b/src/rps/gnunet-service-rps_sampler.h
@@ -84,13 +84,6 @@ RPS_sampler_resize (unsigned int new_size);
84 84
85 85
86/** 86/**
87 * Empty the sampler.
88 */
89void
90RPS_sampler_empty ();
91
92
93/**
94 * Initialise a tuple of samplers. 87 * Initialise a tuple of samplers.
95 * 88 *
96 * @param init_size the size the sampler is initialised with 89 * @param init_size the size the sampler is initialised with