| 2298 | |
| 2299 | |
| 2300 | int |
| 2301 | iperf_create_send_timers(struct iperf_test * test) |
| 2302 | { |
| 2303 | // Note: No times for the multi-thread versions |
| 2304 | struct iperf_stream *sp; |
| 2305 | |
| 2306 | SLIST_FOREACH(sp, &test->streams, streams) { |
| 2307 | sp->green_light = 1; |
| 2308 | } |
| 2309 | return 0; |
| 2310 | } |
| 2311 | |
| 2312 | #if defined(HAVE_SSL) |
| 2313 | int test_is_authorized(struct iperf_test *test){ |
no outgoing calls
no test coverage detected
searching dependent graphs…