Public Attributes | |
int | epoll_fd |
fd_pair | fds |
size_t | msg_size |
int(* | read_bytes )(struct thread_args *args, char *buf) |
int(* | setup )(struct thread_args *args) |
const char * | strategy_name |
int(* | write_bytes )(struct thread_args *args, char *buf) |
Definition at line 53 of file low_level_ping_pong.cc.
int thread_args::epoll_fd |
Definition at line 59 of file low_level_ping_pong.cc.
fd_pair thread_args::fds |
Definition at line 54 of file low_level_ping_pong.cc.
size_t thread_args::msg_size |
Definition at line 55 of file low_level_ping_pong.cc.
int(* thread_args::read_bytes) (struct thread_args *args, char *buf) |
Definition at line 56 of file low_level_ping_pong.cc.
int(* thread_args::setup) (struct thread_args *args) |
Definition at line 58 of file low_level_ping_pong.cc.
const char* thread_args::strategy_name |
Definition at line 60 of file low_level_ping_pong.cc.
int(* thread_args::write_bytes) (struct thread_args *args, char *buf) |
Definition at line 57 of file low_level_ping_pong.cc.