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

Class sigaction

dpdk/app/pdump/main.c:976–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974main(int argc, char **argv)
975{
976 struct sigaction action = {
977 .sa_flags = SA_RESTART,
978 .sa_handler = signal_handler,
979 };

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected