aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/include/dns/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/include/dns/request.h')
-rw-r--r--lib/dns/include/dns/request.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dns/include/dns/request.h b/lib/dns/include/dns/request.h
index 8c792ddd5774..f5ec69614aec 100644
--- a/lib/dns/include/dns/request.h
+++ b/lib/dns/include/dns/request.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2010, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -48,6 +48,7 @@
#define DNS_REQUESTOPT_TCP 0x00000001U
#define DNS_REQUESTOPT_CASE 0x00000002U
+#define DNS_REQUESTOPT_FIXEDID 0x00000004U
typedef struct dns_requestevent {
ISC_EVENT_COMMON(struct dns_requestevent);