diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-03-18 18:56:33 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-03-18 18:56:33 +0000 |
commit | 14c13854d3cae9d93c3d148be30fb72f1eaffe55 (patch) | |
tree | 7b1a3e41b75490fac4d45722c90a1847543c6796 /src/libserver/protocol.h | |
parent | 6b2b4167187fee09365271cca182866ecb029af3 (diff) | |
download | rspamd-14c13854d3cae9d93c3d148be30fb72f1eaffe55.tar.gz rspamd-14c13854d3cae9d93c3d148be30fb72f1eaffe55.zip |
[Rework] Further types conversion (no functional changes)
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r-- | src/libserver/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h index fb4625caf..94fbcbf04 100644 --- a/src/libserver/protocol.h +++ b/src/libserver/protocol.h @@ -46,8 +46,8 @@ struct rspamd_protocol_log_message_sum { uint32_t nresults; uint32_t nextra; uint32_t settings_id; - gdouble score; - gdouble required_score; + double score; + double required_score; struct rspamd_protocol_log_symbol_result results[]; }; |