aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-08 15:50:18 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-08 15:50:18 +0100
commit310d0f559656343c4fd849fa517a054c31b24a4e (patch)
tree7c4d3c9a1adc9e1163a4f603e2b72cb744b877e9 /src/include/gnunet_gns_service.h
parent0fa813ec6c9083a9b689181daccdf1d8a0228ca7 (diff)
downloadgnunet-310d0f559656343c4fd849fa517a054c31b24a4e.tar.gz
gnunet-310d0f559656343c4fd849fa517a054c31b24a4e.zip
misc fixes to gnunet-gns-proxy, in particular avoiding MHD-busy waiting
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 1eb67ed50..8c1f64783 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -122,7 +122,7 @@ enum GNUNET_GNS_LocalOptions
122 122
123 /** 123 /**
124 * For the rightmost label, only look in the cache (it 124 * For the rightmost label, only look in the cache (it
125 * is our master zone), for the others, the DHT is OK. 125 * is our local namestore), for the others, the DHT is OK.
126 */ 126 */
127 GNUNET_GNS_LO_LOCAL_MASTER = 2 127 GNUNET_GNS_LO_LOCAL_MASTER = 2
128 128