| 87 | }; |
| 88 | |
| 89 | static void |
| 90 | cmd_single_long_parsed(__rte_unused void *parsed_result, |
| 91 | struct cmdline *cl, |
| 92 | __rte_unused void *data) |
| 93 | { |
| 94 | cmdline_printf(cl, "Single long word command parsed!\n"); |
| 95 | } |
| 96 | |
| 97 | cmdline_parse_token_string_t cmd_single_long_tok = |
| 98 | TOKEN_STRING_INITIALIZER(struct cmd_single_long_result, single_long, |
nothing calls this directly
no test coverage detected