summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/libunbound/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/libunbound/worker.h')
-rw-r--r--contrib/unbound/libunbound/worker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/unbound/libunbound/worker.h b/contrib/unbound/libunbound/worker.h
index f6c9389..d8354c6 100644
--- a/contrib/unbound/libunbound/worker.h
+++ b/contrib/unbound/libunbound/worker.h
@@ -91,6 +91,10 @@ void libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf,
void libworker_bg_done_cb(void* arg, int rcode, sldns_buffer* buf,
enum sec_status s, char* why_bogus);
+/** mesh callback with event results */
+void libworker_event_done_cb(void* arg, int rcode, struct sldns_buffer* buf,
+ enum sec_status s, char* why_bogus);
+
/**
* Worker signal handler function. User argument is the worker itself.
* @param sig: signal number.
OpenPOWER on IntegriCloud