Public Attributes | |
const char * | name |
int(* | read_strategy )(struct thread_args *args, char *buf) |
int(* | setup )(struct thread_args *args) |
Definition at line 542 of file low_level_ping_pong.cc.
const char* test_strategy::name |
Definition at line 543 of file low_level_ping_pong.cc.
int(* test_strategy::read_strategy) (struct thread_args *args, char *buf) |
Definition at line 544 of file low_level_ping_pong.cc.
int(* test_strategy::setup) (struct thread_args *args) |
Definition at line 545 of file low_level_ping_pong.cc.