aboutsummaryrefslogtreecommitdiff
path: root/libunbound/libworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunbound/libworker.h')
-rw-r--r--libunbound/libworker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libunbound/libworker.h b/libunbound/libworker.h
index b546e89f2ca5..42aa5bae3567 100644
--- a/libunbound/libworker.h
+++ b/libunbound/libworker.h
@@ -75,6 +75,8 @@ struct libworker {
int is_bg;
/** is this a bg worker that is threaded (not forked)? */
int is_bg_thread;
+ /** want to quit, stop handling new content */
+ int want_quit;
/** copy of the module environment with worker local entries. */
struct module_env* env;