diff options
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 b2157bd3e..adc2576b4 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -57,6 +57,7 @@ */ struct rspamd_worker { pid_t pid; /**< pid of worker */ + pid_t ppid; /**< pid of parent */ guint index; /**< index number */ guint nconns; /**< current connections count */ gboolean wanna_die; /**< worker is terminating */ |