mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
use dns_opcode_t
This commit is contained in:
parent
b4a6f7fff4
commit
844b568182
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ struct dns_message {
|
|||
dns_messageid_t id;
|
||||
unsigned int flags;
|
||||
dns_rcode_t rcode;
|
||||
unsigned int opcode;
|
||||
dns_opcode_t opcode;
|
||||
dns_rdataclass_t rdclass;
|
||||
|
||||
/* 4 real, 1 pseudo */
|
||||
|
|
|
|||
Loading…
Reference in a new issue