| 477 | } |
| 478 | |
| 479 | void |
| 480 | iperf_set_test_stats_interval(struct iperf_test *ipt, double stats_interval) |
| 481 | { |
| 482 | ipt->stats_interval = stats_interval; |
| 483 | } |
| 484 | |
| 485 | void |
| 486 | iperf_set_test_state(struct iperf_test *ipt, signed char state) |
no outgoing calls
no test coverage detected
searching dependent graphs…