aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 23:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 23:05:42 +0000
commitca173048a26a418866163d14c9159b9ad712644b (patch)
tree7ec72935229086d494257d144dcb373b5ea858cd /src/gns/gnunet-service-gns_resolver.c
parent17d1146c625092753e1b29b7ce6f0dfb603fbd09 (diff)
downloadgnunet-ca173048a26a418866163d14c9159b9ad712644b.tar.gz
gnunet-ca173048a26a418866163d14c9159b9ad712644b.zip
-doxygen
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index db5d8b93f..b436b306e 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -3346,15 +3346,13 @@ GNS_resolver_lookup_cancel (struct GNS_ResolverHandle *rh)
3346 * Initialize the resolver 3346 * Initialize the resolver
3347 * 3347 *
3348 * @param nh the namestore handle 3348 * @param nh the namestore handle
3349 * @param dh the dht handle 3349 * @param dht the dht handle
3350 * @param c configuration handle 3350 * @param c configuration handle
3351 * @param max_bg_queries maximum number of parallel background queries in dht 3351 * @param max_bg_queries maximum number of parallel background queries in dht
3352 * @param ignore_pending ignore records that still require user confirmation
3353 * on lookup
3354 */ 3352 */
3355void 3353void
3356GNS_resolver_init (struct GNUNET_NAMESTORE_Handle *nh, 3354GNS_resolver_init (struct GNUNET_NAMESTORE_Handle *nh,
3357 struct GNUNET_DHT_Handle *dh, 3355 struct GNUNET_DHT_Handle *dht,
3358 const struct GNUNET_CONFIGURATION_Handle *c, 3356 const struct GNUNET_CONFIGURATION_Handle *c,
3359 unsigned long long max_bg_queries) 3357 unsigned long long max_bg_queries)
3360{ 3358{