summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_worker_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/fpm/fpm_worker_pool.h')
-rw-r--r--sapi/fpm/fpm/fpm_worker_pool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/fpm/fpm/fpm_worker_pool.h b/sapi/fpm/fpm/fpm_worker_pool.h
index 8f4f440a84..ac596cde60 100644
--- a/sapi/fpm/fpm/fpm_worker_pool.h
+++ b/sapi/fpm/fpm/fpm_worker_pool.h
@@ -18,6 +18,7 @@ enum fpm_address_domain {
struct fpm_worker_pool_s {
struct fpm_worker_pool_s *next;
+ struct fpm_worker_pool_s *shared;
struct fpm_worker_pool_config_s *config;
char *user, *home; /* for setting env USER and HOME */
enum fpm_address_domain listen_address_domain;