aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vm_power_manager/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vm_power_manager/main.c')
-rw-r--r--examples/vm_power_manager/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/vm_power_manager/main.c b/examples/vm_power_manager/main.c
index 58c5fa45..893bf4cd 100644
--- a/examples/vm_power_manager/main.c
+++ b/examples/vm_power_manager/main.c
@@ -421,6 +421,8 @@ main(int argc, char **argv)
return -1;
}
+ add_host_channel();
+
printf("Running core monitor on lcore id %d\n", lcore_id);
rte_eal_remote_launch(run_core_monitor, NULL, lcore_id);