aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/PerJobCounterSelectionCommandHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/PerJobCounterSelectionCommandHandler.hpp')
-rw-r--r--src/profiling/PerJobCounterSelectionCommandHandler.hpp9
1 files changed, 5 insertions, 4 deletions
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)
{}