]> git.droids-corp.org - dpdk.git/blobdiff - examples/vdpa/main.c
cmdline: avoid name clash with Windows system types
[dpdk.git] / examples / vdpa / main.c
index 2345f98665e06e0c6b3f19d1ec4b33f22ce43969..97e967b9a21924db9680c2d673895ac5723d813e 100644 (file)
@@ -471,7 +471,7 @@ cmdline_parse_token_string_t cmd_device_stats_ =
 cmdline_parse_token_string_t cmd_device_bdf =
        TOKEN_STRING_INITIALIZER(struct cmd_stats_result, bdf, NULL);
 cmdline_parse_token_num_t cmd_queue_id =
-       TOKEN_NUM_INITIALIZER(struct cmd_stats_result, qid, UINT32);
+       TOKEN_NUM_INITIALIZER(struct cmd_stats_result, qid, RTE_UINT32);
 
 cmdline_parse_inst_t cmd_device_stats = {
        .f = cmd_device_stats_parsed,