sched-host-tran: support multi-host
The State.Host objects are now templated, so the ScheduledHostTransition
similarly needs to be templated.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I60751dbe5fff5e3c0c2c7a19515524cf5f6bc8f7
diff --git a/test/test_scheduled_host_transition.cpp b/test/test_scheduled_host_transition.cpp
index fc4c6a0..972248c 100644
--- a/test/test_scheduled_host_transition.cpp
+++ b/test/test_scheduled_host_transition.cpp
@@ -31,7 +31,7 @@
TestScheduledHostTransition() :
event(sdeventplus::Event::get_default()),
- scheduledHostTransition(mockedBus, "", event)
+ scheduledHostTransition(mockedBus, "", 0, event)
{
// Empty
}