| 25 | }; |
| 26 | |
| 27 | static void |
| 28 | cmd_quit_parsed(__rte_unused void *parsed_result, |
| 29 | struct cmdline *cl, |
| 30 | __rte_unused void *data) |
| 31 | { |
| 32 | cmdline_quit(cl); |
| 33 | } |
| 34 | |
| 35 | cmdline_parse_token_string_t cmd_quit_tok = |
| 36 | TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, |
nothing calls this directly
no test coverage detected