X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvm_power_manager%2Fguest_cli%2Fvm_power_cli_guest.h;h=6ad14a3dea81c4f4ac2392c02f5b33b3a4143bea;hb=ac882a0eda6950f58271ee507b46f1a0a7ff9672;hp=75a262967e9c9155fd68506bf486d0c0965526ba;hpb=3998e2a07220844d3f3c17f76a781ced3efe0de0;p=dpdk.git diff --git a/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h b/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h index 75a262967e..6ad14a3dea 100644 --- a/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h +++ b/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h @@ -11,7 +11,13 @@ extern "C" { #include "channel_commands.h" -void run_cli(__attribute__((unused)) void *arg); +struct channel_packet *get_policy(void); + +int set_policy_mac(int port, int idx); + +int set_policy_defaults(struct channel_packet *pkt); + +void run_cli(__rte_unused void *arg); #ifdef __cplusplus }