aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-10-06 17:00:49 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-10-06 17:00:49 +0400
commit2c7e49f97e737af5ac40bef8bf2b33fa9331736f (patch)
tree4c6efc5c9d21aa1720b5c8a014227f0dd72c3e06 /src/main.h
parentd162849fae30115e87ce4f745208f55bd72a22cd (diff)
downloadrspamd-2c7e49f97e737af5ac40bef8bf2b33fa9331736f.tar.gz
rspamd-2c7e49f97e737af5ac40bef8bf2b33fa9331736f.zip
Try to check spf domain before adding it to LRU hash.
Make libutil functions ported from BSD compatible with libbsd in linux.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 812877d15..f979bf69a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -87,7 +87,7 @@ struct rspamd_main {
struct config_file *cfg; /**< pointer to config structure */
pid_t pid; /**< main pid */
/* Pid file structure */
- struct pidfh *pfh; /**< struct pidfh for pidfile */
+ rspamd_pidfh_t *pfh; /**< struct pidfh for pidfile */
enum process_type type; /**< process type */
guint ev_initialized; /**< is event system is initialized */
struct rspamd_stat *stat; /**< pointer to statistics */