aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler_elem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler_elem.c')
-rw-r--r--src/rps/gnunet-service-rps_sampler_elem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps_sampler_elem.c b/src/rps/gnunet-service-rps_sampler_elem.c
index 17b3be6d2..aa8b72445 100644
--- a/src/rps/gnunet-service-rps_sampler_elem.c
+++ b/src/rps/gnunet-service-rps_sampler_elem.c
@@ -152,6 +152,7 @@ RPS_sampler_elem_next (struct RPS_SamplerElement *sampler_elem,
152 sampler_elem->is_empty = NOT_EMPTY; 152 sampler_elem->is_empty = NOT_EMPTY;
153} 153}
154 154
155
155/** 156/**
156 * Set the min-wise independent function of the given sampler element. 157 * Set the min-wise independent function of the given sampler element.
157 * 158 *
@@ -165,4 +166,5 @@ RPS_sampler_elem_set (struct RPS_SamplerElement *sampler_elem,
165 sampler_elem->auth_key = auth_key; 166 sampler_elem->auth_key = auth_key;
166} 167}
167 168
169
168/* end of gnunet-service-rps.c */ 170/* end of gnunet-service-rps.c */