From f61d78fb42d2662643e7f0dbdcb97adbc2589dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 14 May 2014 18:43:20 +0000 Subject: import unbound 1.4.21 --- testcode/unitmsgparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testcode/unitmsgparse.c') diff --git a/testcode/unitmsgparse.c b/testcode/unitmsgparse.c index 434239507b474..72f9b63a6e09c 100644 --- a/testcode/unitmsgparse.c +++ b/testcode/unitmsgparse.c @@ -258,7 +258,7 @@ checkformerr(ldns_buffer* pkt) /** performance test message encoding */ static void perf_encode(struct query_info* qi, struct reply_info* rep, uint16_t id, - uint16_t flags, ldns_buffer* out, uint32_t timenow, + uint16_t flags, ldns_buffer* out, time_t timenow, struct edns_data* edns) { static int num = 0; @@ -299,7 +299,7 @@ perftestpkt(ldns_buffer* pkt, struct alloc_cache* alloc, ldns_buffer* out, int ret; uint16_t id; uint16_t flags; - uint32_t timenow = 0; + time_t timenow = 0; struct regional* region = regional_create(); struct edns_data edns; -- cgit v1.2.3