Commit 70e71ad1 authored by aligungr's avatar aligungr

Performance improvements

parent 52ed830d
......@@ -47,6 +47,8 @@ struct RlsMessage
explicit RlsMessage(EMessageType msgType, uint64_t sti) : msgType(msgType), sti(sti)
{
}
~RlsMessage() = default;
};
struct RlsHeartBeat : RlsMessage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment