From e9410dd2c6ff2f41c6ca613be655f39a750353d2 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Sun, 4 Aug 2024 22:21:14 -0300 Subject: [PATCH] Misc. --- src/jrd/exe_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/exe_proto.h b/src/jrd/exe_proto.h index a7cf8dd851..8b1095fdc9 100644 --- a/src/jrd/exe_proto.h +++ b/src/jrd/exe_proto.h @@ -79,7 +79,7 @@ namespace Jrd private: unsigned id; - static inline std::atomic generator; + static inline std::atomic_uint generator; }; // ASF: To make this class MT-safe in SS for v3, it should be AutoCacheRequest::release job to