diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-13 18:03:29 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-13 18:03:29 +0300 |
commit | 1085ddb9c09caba4bcb4408135044dc24f7798f3 (patch) | |
tree | 88a7073ef0b503557fb28e080a61224b60c18d5a /src/util.h | |
parent | 89f264624c1c846c995c22a8390b7e79f09ef960 (diff) | |
download | rspamd-1085ddb9c09caba4bcb4408135044dc24f7798f3.tar.gz rspamd-1085ddb9c09caba4bcb4408135044dc24f7798f3.zip |
* Fix reload logic
* Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers
* Fix logic of logging
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 7267a719b..fa47f21e1 100644 --- a/src/util.h +++ b/src/util.h @@ -48,6 +48,7 @@ int pidfile_remove(struct pidfh *pfh); #endif int open_log (struct config_file *cfg); +void close_log (struct config_file *cfg); int reopen_log (struct config_file *cfg); void syslog_log_function (const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer arg); void file_log_function (const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer arg); |