| 56 | }; |
| 57 | |
| 58 | static void |
| 59 | cmd_single_parsed(__rte_unused void *parsed_result, |
| 60 | struct cmdline *cl, |
| 61 | __rte_unused void *data) |
| 62 | { |
| 63 | cmdline_printf(cl, "Single word command parsed!\n"); |
| 64 | } |
| 65 | |
| 66 | cmdline_parse_token_string_t cmd_single_tok = |
| 67 | TOKEN_STRING_INITIALIZER(struct cmd_single_result, single, |
nothing calls this directly
no test coverage detected