2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

conditionally typedef fstrmtable

This commit is contained in:
Mark Andrews
2018-02-20 12:48:29 +11:00
committed by Evan Hunt
parent 7b27be54ee
commit dcd309bea1

View File

@@ -894,11 +894,13 @@ typedef struct {
unsigned int max;
} intervaltable;
#if HAVE_DNSTAP
typedef struct {
const char *name;
unsigned int min;
unsigned int max;
} fstrmtable;
#endif
typedef enum {
optlevel_config,