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

Function cmdline_cancel

dpdk/lib/cmdline/cmdline_os_unix.c:44–47  ·  view source on GitHub ↗

This function is not needed on Linux, instead use sigaction() */

Source from the content-addressed store, hash-verified

42
43/* This function is not needed on Linux, instead use sigaction() */
44void
45cmdline_cancel(__rte_unused struct cmdline *cl)
46{
47}

Callers 1

cmdline_quitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected