mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
define dns_messageid_t and use it where appropriate
This commit is contained in:
@@ -101,7 +101,7 @@ typedef struct {
|
||||
/* public from here down */
|
||||
unsigned int magic;
|
||||
|
||||
unsigned int id;
|
||||
dns_messageid_t id;
|
||||
unsigned int flags;
|
||||
unsigned int rcode;
|
||||
unsigned int opcode;
|
||||
|
@@ -57,6 +57,7 @@ typedef struct dns_rdataset dns_rdataset_t;
|
||||
typedef ISC_LIST(dns_rdataset_t) dns_rdatasetlist_t;
|
||||
typedef struct dns_rdatasetiter dns_rdatasetiter_t;
|
||||
typedef struct dns_dbtable dns_dbtable_t;
|
||||
typedef isc_uint16_t dns_messageid_t;
|
||||
|
||||
typedef enum {
|
||||
dns_labeltype_ordinary = 0,
|
||||
|
Reference in New Issue
Block a user