Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4520
static void
4521
signal_handler(int signum __rte_unused)
4522
{
4523
f_quit = 1;
4524
prompt_exit();
4525
}
4526
4527
int
4528
main(int argc, char** argv)
Callers
nothing calls this directly
Calls
1
prompt_exit
Function · 0.85
Tested by
no test coverage detected