diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-26 17:36:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-26 17:36:53 +0000 |
commit | 856a7864628d8bc4e433ed65f5e0ec4e1d35b725 (patch) | |
tree | d416df4d8b6b6e274895359f60f103cef99be276 /src/rspamd.h | |
parent | a15a3f7c658ad32ddaf4114c5dd65bb6855ce08a (diff) | |
download | rspamd-856a7864628d8bc4e433ed65f5e0ec4e1d35b725.tar.gz rspamd-856a7864628d8bc4e433ed65f5e0ec4e1d35b725.zip |
[Fix] Try hard to deal with ghost workers
Diffstat (limited to 'src/rspamd.h')
-rw-r--r-- | src/rspamd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rspamd.h b/src/rspamd.h index 8885480c2..9e50c054a 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -121,6 +121,7 @@ struct rspamd_worker { gpointer tmp_data; /**< used to avoid race condition to deal with control messages */ ev_child cld_ev; /**< to allow reaping */ rspamd_worker_term_cb term_handler; /**< custom term handler */ + GHashTable *control_events_pending; /**< control events pending indexed by ptr */ }; struct rspamd_abstract_worker_ctx { |