From 47d0fe98ca6ab3ba1d21b0971d3009a287974442 Mon Sep 17 00:00:00 2001 From: Ferran Balaguer Date: Wed, 4 Sep 2019 16:47:34 +0100 Subject: IVGCVSW-3690 Implement SendCounterPacket.SendStreamMetaDataPacket() function Signed-off-by: Ferran Balaguer Change-Id: I9e034b0caaff5371fadfdba20fdbe3171d4cd2e6 --- src/profiling/SendCounterPacket.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/profiling/SendCounterPacket.hpp') 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; -- cgit v1.2.1