aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dns_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dns_service.h')
-rw-r--r--src/include/gnunet_dns_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index 66f6890f8..20f0f13ee 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -60,7 +60,7 @@ enum GNUNET_DNS_Flags
60 * Set this flag to see all requests first prior to resolution 60 * Set this flag to see all requests first prior to resolution
61 * (for monitoring). Clients that set this flag must then 61 * (for monitoring). Clients that set this flag must then
62 * call "GNUNET_DNS_request_forward" when they process a request 62 * call "GNUNET_DNS_request_forward" when they process a request
63 * for the first time. Caling "GNUNET_DNS_request_answer" is 63 * for the first time. Calling "GNUNET_DNS_request_answer" is
64 * not allowed for MONITOR peers. 64 * not allowed for MONITOR peers.
65 */ 65 */
66 GNUNET_DNS_FLAG_REQUEST_MONITOR = 1, 66 GNUNET_DNS_FLAG_REQUEST_MONITOR = 1,
@@ -89,7 +89,7 @@ enum GNUNET_DNS_Flags
89 * Set this flag to see all requests just before they are 89 * Set this flag to see all requests just before they are
90 * returned to the network. Clients that set this flag must then 90 * returned to the network. Clients that set this flag must then
91 * call "GNUNET_DNS_request_forward" when they process a request 91 * call "GNUNET_DNS_request_forward" when they process a request
92 * for the last time. Caling "GNUNET_DNS_request_answer" is 92 * for the last time. Calling "GNUNET_DNS_request_answer" is
93 * not allowed for MONITOR peers. 93 * not allowed for MONITOR peers.
94 */ 94 */
95 GNUNET_DNS_FLAG_RESPONSE_MONITOR = 8 95 GNUNET_DNS_FLAG_RESPONSE_MONITOR = 8