MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmd_quit_parsed

Function cmd_quit_parsed

dpdk/examples/multi_process/simple_mp/mp_commands.c:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void
28cmd_quit_parsed(__rte_unused void *parsed_result,
29 struct cmdline *cl,
30 __rte_unused void *data)
31{
32 quit = 1;
33 cmdline_quit(cl);
34}
35
36void
37cmd_help_parsed(__rte_unused void *parsed_result,

Callers

nothing calls this directly

Calls 1

cmdline_quitFunction · 0.85

Tested by

no test coverage detected