2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

define dns_messageid_t and use it where appropriate

This commit is contained in:
Michael Graff 1999-06-11 23:34:50 +00:00
parent 2bc646508d
commit ae1c7c5d44
2 changed files with 2 additions and 1 deletions

View File

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

View File

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