Public Attributes | List of all members
thread_args Struct Reference

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)
 

Detailed Description

Definition at line 53 of file low_level_ping_pong.cc.

Member Data Documentation

◆ epoll_fd

int thread_args::epoll_fd

Definition at line 59 of file low_level_ping_pong.cc.

◆ fds

fd_pair thread_args::fds

Definition at line 54 of file low_level_ping_pong.cc.

◆ msg_size

size_t thread_args::msg_size

Definition at line 55 of file low_level_ping_pong.cc.

◆ read_bytes

int(* thread_args::read_bytes) (struct thread_args *args, char *buf)

Definition at line 56 of file low_level_ping_pong.cc.

◆ setup

int(* thread_args::setup) (struct thread_args *args)

Definition at line 58 of file low_level_ping_pong.cc.

◆ strategy_name

const char* thread_args::strategy_name

Definition at line 60 of file low_level_ping_pong.cc.

◆ write_bytes

int(* thread_args::write_bytes) (struct thread_args *args, char *buf)

Definition at line 57 of file low_level_ping_pong.cc.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:49