MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_log_reset_stream

Function ff_log_reset_stream

lib/ff_log.c:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int
77ff_log_reset_stream(void *f)
78{
79 return rte_openlog_stream((FILE *)f);
80}
81
82void
83ff_log_set_global_level(uint32_t level)

Callers 2

mainFunction · 0.85
ff_log_open_setFunction · 0.85

Calls 1

rte_openlog_streamFunction · 0.85

Tested by

no test coverage detected