From 0a336dce464a822bbd9563b5dc021a37c6671515 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Mon, 11 May 2020 15:39:58 +0100 Subject: IVGCVSW-4734 Add an Attribute label guid to the relationship message to reduce traffic Signed-off-by: Finn Williams Change-Id: Ia55c52c12fe3d30eb47bc42c932a33c620dc9197 --- src/profiling/SendTimelinePacket.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/profiling/SendTimelinePacket.hpp') diff --git a/src/profiling/SendTimelinePacket.hpp b/src/profiling/SendTimelinePacket.hpp index 9954bd9a04..d4ea2ff0e1 100644 --- a/src/profiling/SendTimelinePacket.hpp +++ b/src/profiling/SendTimelinePacket.hpp @@ -51,7 +51,8 @@ public: virtual void SendTimelineRelationshipBinaryPacket(ProfilingRelationshipType relationshipType, uint64_t relationshipGuid, uint64_t headGuid, - uint64_t tailGuid) override; + uint64_t tailGuid, + uint64_t attributeGuid) override; private: /// Reserves maximum packet size from buffer void ReserveBuffer(); -- cgit v1.2.1