diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 5d77d429b..fb8f8681e 100644 --- a/src/settings.h +++ b/src/settings.h @@ -13,6 +13,7 @@ struct rspamd_settings { GHashTable *blacklist; /**< hash table of whitelist for this setting */ gchar *statfile_alias; /**< alias for statfile used */ gboolean want_spam; /**< if true disable rspamd checks */ + gint ref_count; /**< reference counter */ }; |