diff options
Diffstat (limited to 'src/rspamd.h')
-rw-r--r-- | src/rspamd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rspamd.h b/src/rspamd.h index 90a4b3762..286a929f8 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -62,6 +62,11 @@ struct rspamd_worker { gpointer control_data; /**< used by control protocol to handle commands */ }; +struct rspamd_abstract_worker_ctx { + guint64 magic; + char data[]; +}; + struct rspamd_worker_signal_handler; struct rspamd_worker_signal_cb { |