- For #391: use struct timeval* start_time for callback information.

This commit is contained in:
W.C.A. Wijngaards
2021-01-08 09:47:46 +01:00
parent 260837e050
commit 3e03e2c26d
13 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ 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,
struct timeval start_time, int id, void* python_callback);
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(