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/ProfilingUtils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/profiling/ProfilingUtils.hpp') diff --git a/src/profiling/ProfilingUtils.hpp b/src/profiling/ProfilingUtils.hpp index 22391c245b..92ddfe3659 100644 --- a/src/profiling/ProfilingUtils.hpp +++ b/src/profiling/ProfilingUtils.hpp @@ -229,6 +229,7 @@ TimelinePacketStatus WriteTimelineRelationshipBinary(ProfilingRelationshipType r uint64_t relationshipGuid, uint64_t headGuid, uint64_t tailGuid, + uint64_t attributeGuid, unsigned char* buffer, unsigned int bufferSize, unsigned int& numberOfBytesWritten); -- cgit v1.2.1