From d60fa10fd872db7e3d8cb1e161cfdae026c43b14 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 9 Feb 2021 12:59:02 -0800 Subject: Vendor import of Unbound 1.13.1. Includes numerous bugfixes documented at: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-13-1 --- pythonmod/pythonmod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pythonmod/pythonmod.h') diff --git a/pythonmod/pythonmod.h b/pythonmod/pythonmod.h index ae8af27eb22b..26d74e09f42b 100644 --- a/pythonmod/pythonmod.h +++ b/pythonmod/pythonmod.h @@ -72,8 +72,8 @@ size_t pythonmod_get_mem(struct module_env* env, int id); int python_inplace_cb_reply_generic(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, - struct comm_reply* repinfo, struct regional* region, int id, - void* python_callback); + struct comm_reply* repinfo, struct regional* region, + struct timeval* start_time, int id, void* python_callback); /** Declared here for fptr_wlist access. The definition is in interface.i. */ int python_inplace_cb_query_generic( -- cgit v1.2.3