struct tapi_perf_client_methods

Methods to operate the client network throughput test tool.

#include <tapi_performance.h>

struct tapi_perf_client_methods {
    // fields

    tapi_perf_client_method_build_args build_args;
    tapi_perf_client_method_wait wait;
    tapi_perf_client_method_get_report get_report;
};