Skip to content

Commit e9410dd

Browse files
committed
Misc.
1 parent aaf0e33 commit e9410dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/exe_proto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ namespace Jrd
7979

8080
private:
8181
unsigned id;
82-
static inline std::atomic<unsigned> generator;
82+
static inline std::atomic_uint generator;
8383
};
8484

8585
// ASF: To make this class MT-safe in SS for v3, it should be AutoCacheRequest::release job to

0 commit comments

Comments
 (0)