Reduce struct RawEvent size on some compilers.
This commit is contained in:
parent
c4afb9283c
commit
19cde80fd1
@ -61,9 +61,9 @@ class TQueue {
|
|||||||
struct RawEvent {
|
struct RawEvent {
|
||||||
uint64 log_event_id{0};
|
uint64 log_event_id{0};
|
||||||
EventId event_id;
|
EventId event_id;
|
||||||
|
int32 expires_at{0};
|
||||||
string data;
|
string data;
|
||||||
int64 extra{0};
|
int64 extra{0};
|
||||||
int32 expires_at{0};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
using QueueId = int64;
|
using QueueId = int64;
|
||||||
|
Loading…
Reference in New Issue
Block a user