8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2024-08-04 22:21:14 -03:00
parent aaf0e33414
commit e9410dd2c6

View File

@ -79,7 +79,7 @@ namespace Jrd
private:
unsigned id;
static inline std::atomic<unsigned> 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