X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fvm_power_manager%2Fmain.c;h=dfca7b8ab9b1b35b6affcd0025cbf9fdf18e6d95;hb=98a1648109b8dbaa4e6b821c17d1f6bd86d33a9a;hp=875274ee393c218cbb6568681625b1c1f679b842;hpb=503f9e8b42562b923e73e908be6ba69964f1f1e7;p=dpdk.git diff --git a/examples/vm_power_manager/main.c b/examples/vm_power_manager/main.c index 875274ee39..dfca7b8ab9 100644 --- a/examples/vm_power_manager/main.c +++ b/examples/vm_power_manager/main.c @@ -58,7 +58,6 @@ #include "channel_monitor.h" #include "power_manager.h" #include "vm_power_cli.h" -#include "main.h" static int run_monitor(__attribute__((unused)) void *arg) @@ -82,7 +81,7 @@ sig_handler(int signo) } int -MAIN(int argc, char **argv) +main(int argc, char **argv) { int ret; unsigned lcore_id;