diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-02-09 20:59:02 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-02-09 20:59:02 +0000 |
| commit | d60fa10fd872db7e3d8cb1e161cfdae026c43b14 (patch) | |
| tree | e19b79c68276ce72fabece9595abbdd5e6378eb0 /pythonmod/pythonmod.h | |
| parent | 072fbfa38b24d202f4eac875ad2f93531dad7f7e (diff) | |
Diffstat (limited to 'pythonmod/pythonmod.h')
| -rw-r--r-- | pythonmod/pythonmod.h | 4 |
1 files changed, 2 insertions, 2 deletions
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( |
