From 397043fa3d900430e9e0f6d328b76898f9613388 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 17 Oct 2019 17:37:10 +0100 Subject: IVGCVSW-4002 Add FamilyId to CommandHandlerKey Change-Id: I0bb0bf77da2bcd7f4746078c4ccee9acc98638a7 Signed-off-by: Jim Flynn --- src/profiling/PerJobCounterSelectionCommandHandler.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/profiling/PerJobCounterSelectionCommandHandler.hpp') diff --git a/src/profiling/PerJobCounterSelectionCommandHandler.hpp b/src/profiling/PerJobCounterSelectionCommandHandler.hpp index 6caa08d68e..738a4762f9 100644 --- a/src/profiling/PerJobCounterSelectionCommandHandler.hpp +++ b/src/profiling/PerJobCounterSelectionCommandHandler.hpp @@ -19,10 +19,11 @@ class PerJobCounterSelectionCommandHandler : public CommandHandlerFunctor { public: - PerJobCounterSelectionCommandHandler(uint32_t packetId, - uint32_t version, - const ProfilingStateMachine& profilingStateMachine) - : CommandHandlerFunctor(packetId, version) + PerJobCounterSelectionCommandHandler(uint32_t familyId, + uint32_t packetId, + uint32_t version, + const ProfilingStateMachine& profilingStateMachine) + : CommandHandlerFunctor(familyId, packetId, version) , m_StateMachine(profilingStateMachine) {} -- cgit v1.2.1