aboutsummaryrefslogtreecommitdiff
path: root/libunbound/libworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunbound/libworker.h')
-rw-r--r--libunbound/libworker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libunbound/libworker.h b/libunbound/libworker.h
index 42aa5bae3567..f527cb09329e 100644
--- a/libunbound/libworker.h
+++ b/libunbound/libworker.h
@@ -60,6 +60,7 @@ struct tube;
struct sldns_buffer;
struct ub_event_base;
struct query_info;
+struct shared_ports;
/**
* The library-worker status structure
@@ -84,6 +85,8 @@ struct libworker {
struct comm_base* base;
/** the backside outside network interface to the auth servers */
struct outside_network* back;
+ /** shared ports structure */
+ struct shared_ports* shared_ports;
/** random() table for this worker. */
struct ub_randstate* rndstate;
/** sslcontext for SSL wrapped DNS over TCP queries */