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

Function rte_openlog_stream

dpdk/lib/log/log.c:76–81  ·  view source on GitHub ↗

Change the stream that will be used by logging system */

Source from the content-addressed store, hash-verified

74
75/* Change the stream that will be used by logging system */
76int
77rte_openlog_stream(FILE *f)
78{
79 rte_logs.file = f;
80 return 0;
81}
82
83FILE *
84rte_log_get_stream(void)

Callers 2

ff_log_reset_streamFunction · 0.85
eal_log_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected