mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
typedef > using
This commit is contained in:
parent
b6d6427748
commit
844aac40e5
@ -183,7 +183,7 @@ struct PerfDescriptorsHolder;
|
||||
struct PerfEventsCounters
|
||||
{
|
||||
// must be unsigned to not cause undefined behaviour on increment
|
||||
typedef UInt64 Id;
|
||||
using Id = UInt64;
|
||||
|
||||
static constexpr size_t NUMBER_OF_RAW_EVENTS = 18;
|
||||
static constexpr Float64 FILE_DESCRIPTORS_THRESHOLD = 0.7;
|
||||
|
Loading…
Reference in New Issue
Block a user