aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-02 12:39:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-02 12:39:04 +0000
commita8505ec0bd339ceccbb27e2a7cf7687cd50503aa (patch)
treed3e8ab8dd41fd2fefdd4f7006c058d2a86d64a97 /src/gns/gnunet-service-gns_resolver.h
parentfc28f65347c3d353c3b60468367f5765b0048c5c (diff)
downloadgnunet-a8505ec0bd339ceccbb27e2a7cf7687cd50503aa.tar.gz
gnunet-a8505ec0bd339ceccbb27e2a7cf7687cd50503aa.zip
-be lazy about connecting to VPN
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index 7f3d3799c..e9cbf0d53 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -350,7 +350,7 @@ struct NamestoreBGTask
350 * @param nh handle to the namestore 350 * @param nh handle to the namestore
351 * @param dh handle to the dht 351 * @param dh handle to the dht
352 * @param lz the local zone 352 * @param lz the local zone
353 * @param cfg configuration handle 353 * @param c configuration handle
354 * @param max_bg_queries maximum amount of background queries 354 * @param max_bg_queries maximum amount of background queries
355 * @param ignore_pending ignore records that still require user confirmation 355 * @param ignore_pending ignore records that still require user confirmation
356 * on lookup 356 * on lookup
@@ -360,7 +360,7 @@ int
360gns_resolver_init(struct GNUNET_NAMESTORE_Handle *nh, 360gns_resolver_init(struct GNUNET_NAMESTORE_Handle *nh,
361 struct GNUNET_DHT_Handle *dh, 361 struct GNUNET_DHT_Handle *dh,
362 struct GNUNET_CRYPTO_ShortHashCode lz, 362 struct GNUNET_CRYPTO_ShortHashCode lz,
363 const struct GNUNET_CONFIGURATION_Handle *cfg, 363 const struct GNUNET_CONFIGURATION_Handle *c,
364 unsigned long long max_bg_queries, 364 unsigned long long max_bg_queries,
365 int ignore_pending); 365 int ignore_pending);
366 366