diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-25 13:10:48 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-25 13:10:48 +0300 |
commit | b539b432494cafe78c47a0fc13a289006c4a1b24 (patch) | |
tree | ef90a21ec435241f11e6354208853e915a03d5c8 /src/cfg_file.h | |
parent | 62aaf7da57503a257aecede98ba2ae2e1f2ee3e2 (diff) | |
download | rspamd-b539b432494cafe78c47a0fc13a289006c4a1b24.tar.gz rspamd-b539b432494cafe78c47a0fc13a289006c4a1b24.zip |
* More accurate work with clock
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 7a4a7c7a3..fbf7309d3 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -220,6 +220,7 @@ struct config_file { GHashTable* composite_symbols; /**< hash of composite symbols indexed by its name */ GHashTable* statfiles; /**< hash of defined statfiles indexed by alias */ GHashTable* cfg_params; /**< all cfg params indexed by its name in this structure */ + int clock_res; /**< resolution of clock used */ }; /** |