Basically get rid of s_currentTestRunner and pad the iperf_test structure with a IPFTestRunner pointer instead. This isn't a big deal in the current app configuration, where only one test ever runs at a time, but will be an issue for more general purpose usecases.
Basically get rid of
s_currentTestRunner
and pad theiperf_test
structure with aIPFTestRunner
pointer instead. This isn't a big deal in the current app configuration, where only one test ever runs at a time, but will be an issue for more general purpose usecases.