| 153 | }; |
| 154 | |
| 155 | static void |
| 156 | cmd_autocomplete_2_parsed(__rte_unused void *parsed_result, |
| 157 | struct cmdline *cl, |
| 158 | __rte_unused void *data) |
| 159 | { |
| 160 | cmdline_printf(cl, "Autocomplete command 2 parsed!\n"); |
| 161 | } |
| 162 | |
| 163 | cmdline_parse_token_string_t cmd_autocomplete_2_tok = |
| 164 | TOKEN_STRING_INITIALIZER(struct cmd_autocomplete_2_result, token, |
nothing calls this directly
no test coverage detected