summaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps-sampler_client.c')
-rw-r--r--src/rps/rps-sampler_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rps/rps-sampler_client.c b/src/rps/rps-sampler_client.c
index da832a323..4904b9d43 100644
--- a/src/rps/rps-sampler_client.c
+++ b/src/rps/rps-sampler_client.c
@@ -201,7 +201,6 @@ RPS_sampler_mod_init (size_t init_size,
201 max_size = 1000; // TODO make input to _samplers_init() 201 max_size = 1000; // TODO make input to _samplers_init()
202 202
203 sampler = GNUNET_new (struct RPS_Sampler); 203 sampler = GNUNET_new (struct RPS_Sampler);
204
205 sampler->max_round_interval = max_round_interval; 204 sampler->max_round_interval = max_round_interval;
206 sampler->get_peers = sampler_mod_get_rand_peer; 205 sampler->get_peers = sampler_mod_get_rand_peer;
207 //sampler->sampler_elements = GNUNET_new_array(init_size, struct GNUNET_PeerIdentity); 206 //sampler->sampler_elements = GNUNET_new_array(init_size, struct GNUNET_PeerIdentity);