]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/guest_cli/vm_power_cli_guest.c
cmdline: avoid name clash with Windows system types
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.c
index f9b47186eea99ec1546ace5389688e18974770e8..cf1636e78440035f9d31eb1ce7ad32cec5d2f861 100644 (file)
@@ -448,7 +448,7 @@ cmdline_parse_token_string_t cmd_set_cpu_freq =
                        set_cpu_freq, "set_cpu_freq");
 cmdline_parse_token_num_t cmd_set_cpu_freq_core_num =
        TOKEN_NUM_INITIALIZER(struct cmd_set_cpu_freq_result,
-                       lcore_id, UINT8);
+                       lcore_id, RTE_UINT8);
 cmdline_parse_token_string_t cmd_set_cpu_freq_cmd_cmd =
        TOKEN_STRING_INITIALIZER(struct cmd_set_cpu_freq_result,
                        cmd, "up#down#min#max#enable_turbo#disable_turbo");