diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-08-18 17:32:55 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-08-18 17:32:55 +0400 |
commit | 30bad7395e5f45360b5716aeb5e7338f204cd36c (patch) | |
tree | 0ef8a9c95bd1f10aa96459f078b8f1df0016d966 /src/cfg_file.h | |
parent | c4cf1b8310acec912203865f64ccd25751f4af7a (diff) | |
download | rspamd-30bad7395e5f45360b5716aeb5e7338f204cd36c.tar.gz rspamd-30bad7395e5f45360b5716aeb5e7338f204cd36c.zip |
* Introduce new system of contexts initialization. It would be used for other things in rspamd as well in future.
Ignore unknown headers in case of http.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index f58c228c7..fc1ba547a 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -236,6 +236,7 @@ struct worker_conf { GHashTable *params; /**< params for worker */ GQueue *active_workers; /**< linked list of spawned workers */ gboolean has_socket; /**< whether we should make listening socket in main process */ + gpointer *ctx; /**< worker's context */ }; /** |