mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
Move dnssec_keyid_max out rrsettype counters enum
This commit is contained in:
parent
6e48abc503
commit
1cd3516d54
1 changed files with 3 additions and 2 deletions
|
|
@ -73,10 +73,11 @@ enum {
|
|||
rdtypecounter_ancient_nxdomain = rdtypenxcounter_ancient_max,
|
||||
/* limit of number counter types */
|
||||
rdatasettypecounter_max = rdtypecounter_ancient_nxdomain + 1,
|
||||
/* dnssec maximum key id */
|
||||
dnssec_keyid_max = 65535
|
||||
};
|
||||
|
||||
/* dnssec maximum key id */
|
||||
static int dnssec_keyid_max = 65535;
|
||||
|
||||
struct dns_stats {
|
||||
unsigned int magic;
|
||||
dns_statstype_t type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue