aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendCounterPacket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SendCounterPacket.hpp')
-rw-r--r--src/profiling/SendCounterPacket.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/profiling/SendCounterPacket.hpp b/src/profiling/SendCounterPacket.hpp
index 453c0013e0..0fc3055dfd 100644
--- a/src/profiling/SendCounterPacket.hpp
+++ b/src/profiling/SendCounterPacket.hpp
@@ -33,6 +33,9 @@ public:
void SetReadyToRead() override;
+ static const unsigned int PIPE_MAGIC = 0x45495434;
+ static const unsigned int MAX_METADATA_PACKET_LENGTH = 4096;
+
private:
IBufferWrapper& m_Buffer;
bool m_ReadyToRead;