]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Fix previous cherry-pick
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 9 Jun 2016 16:32:47 +0000 (17:32 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 9 Jun 2016 16:32:47 +0000 (17:32 +0100)
src/libutil/logger.c

index 73d2ea6b6989ff8266014e62a2d6025450b266c2..5ae0ac50d15565bf7eb49be08e7879e04bc55483 100644 (file)
 #define LOG_ID 6
 #define RSPAMD_LOGBUF_SIZE 8192
 
+#if defined(__LP64__) || defined(_LP64)
+#define XXH_ONESHOT XXH64
+#else
+#define XXH_ONESHOT XXH32
+#endif
+
 /**
  * Static structure that store logging parameters
  * It is NOT shared between processes and is created by main process