commented out wrong message type
[oweals/gnunet.git] / src / statistics / statistics.h
index ac88aadef8c8b39327a1c68a1790332e520218f3..41863a64f7c16e7b634d7b7b91e9b4e311a6b23c 100644 (file)
@@ -63,7 +63,7 @@ struct GNUNET_STATISTICS_ReplyMessage
  * Flag for the `struct GNUNET_STATISTICS_ReplyMessage` UID only.
  * Note that other messages use #GNUNET_STATISTICS_SETFLAG_PERSISTENT.
  */
-#define GNUNET_STATISTICS_PERSIST_BIT (1<<31)
+#define GNUNET_STATISTICS_PERSIST_BIT ((uint32_t) (1LLU<<31))
 
 /**
  * The value being set is an absolute change.