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

Function rdline_stop

dpdk/lib/cmdline/cmdline_rdline.c:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void
102rdline_stop(struct rdline *rdl)
103{
104 if (!rdl)
105 return;
106 rdl->status = RDLINE_INIT;
107}
108
109void
110rdline_quit(struct rdline *rdl)

Callers 1

test_cmdline_rdline_fnsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_cmdline_rdline_fnsFunction · 0.68