diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e930e520f..69df33469 100644 --- a/config.h.in +++ b/config.h.in @@ -467,6 +467,7 @@ typedef struct worker_s { gboolean unique; gboolean threaded; gboolean killable; + gint listen_type; } worker_t; extern module_t *modules[]; |