Move dnssec_keyid_max out rrsettype counters enum

This commit is contained in:
Matthijs Mekking 2019-08-07 15:11:57 +02:00
parent 6e48abc503
commit 1cd3516d54

View file

@ -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;