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

Function signal_handler

dpdk/app/test-pmd/testpmd.c:4520–4525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4518}
4519
4520static void
4521signal_handler(int signum __rte_unused)
4522{
4523 f_quit = 1;
4524 prompt_exit();
4525}
4526
4527int
4528main(int argc, char** argv)

Callers

nothing calls this directly

Calls 1

prompt_exitFunction · 0.85

Tested by

no test coverage detected