aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.h')
-rw-r--r--src/rps/gnunet-service-rps_sampler.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h
index f3a8c9763..410823bea 100644
--- a/src/rps/gnunet-service-rps_sampler.h
+++ b/src/rps/gnunet-service-rps_sampler.h
@@ -125,7 +125,7 @@ RPS_sampler_get_n_rand_peers (struct RPS_Sampler *sampler,
125 void *cls); 125 void *cls);
126 126
127/** 127/**
128 * Cancle a request issued through #RPS_sampler_n_rand_peers_ready_cb. 128 * Cancel a request issued through #RPS_sampler_n_rand_peers_ready_cb.
129 * 129 *
130 * @param req_handle the handle to the request 130 * @param req_handle the handle to the request
131 */ 131 */
@@ -136,9 +136,8 @@ RPS_sampler_request_cancel (struct RPS_SamplerRequestHandle *req_handle);
136/** 136/**
137 * Counts how many Samplers currently hold a given PeerID. 137 * Counts how many Samplers currently hold a given PeerID.
138 * 138 *
139 * @param sampler the sampler to cound ids in. 139 * @param sampler the sampler to count ids in.
140 * @param id the PeerID to count. 140 * @param id the PeerID to count.
141 *
142 * @return the number of occurrences of id. 141 * @return the number of occurrences of id.
143 */ 142 */
144uint32_t 143uint32_t