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