aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendTimelinePacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SendTimelinePacket.cpp')
-rw-r--r--src/profiling/SendTimelinePacket.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/profiling/SendTimelinePacket.cpp b/src/profiling/SendTimelinePacket.cpp
index 5152d66cab..db8a633468 100644
--- a/src/profiling/SendTimelinePacket.cpp
+++ b/src/profiling/SendTimelinePacket.cpp
@@ -110,13 +110,15 @@ void SendTimelinePacket::SendTimelineLabelBinaryPacket(uint64_t profilingGuid, c
void SendTimelinePacket::SendTimelineRelationshipBinaryPacket(ProfilingRelationshipType relationshipType,
uint64_t relationshipGuid,
uint64_t headGuid,
- uint64_t tailGuid)
+ uint64_t tailGuid,
+ uint64_t attributeGuid)
{
ForwardWriteBinaryFunction(WriteTimelineRelationshipBinary,
relationshipType,
relationshipGuid,
headGuid,
- tailGuid);
+ tailGuid,
+ attributeGuid);
}
void SendTimelinePacket::SendTimelineMessageDirectoryPackage()