mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
add now
This commit is contained in:
parent
120e76fc54
commit
aa9f70c1e1
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
|||
#include <isc/boolean.h>
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/lang.h>
|
||||
#include <isc/stdtime.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
#include <dns/result.h>
|
||||
|
|
@ -102,6 +103,7 @@ struct dns_rdatasetiter {
|
|||
dns_db_t * db;
|
||||
dns_dbnode_t * node;
|
||||
dns_dbversion_t * version;
|
||||
isc_stdtime_t now;
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue