summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-13 18:03:29 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-13 18:03:29 +0300
commit1085ddb9c09caba4bcb4408135044dc24f7798f3 (patch)
tree88a7073ef0b503557fb28e080a61224b60c18d5a /src/util.h
parent89f264624c1c846c995c22a8390b7e79f09ef960 (diff)
downloadrspamd-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.h1
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);