Lines Matching defs:stream_rr_request_struct
59 struct stream_rr_request_struct { struct
60 int recv_buf_size; /* how big does the client want it */
61 int send_buf_size;
62 int recv_alignment;
63 int recv_offset;
64 int send_alignment;
65 int send_offset;
66 int request_size;
67 int response_size;
68 int so_rcvavoid; /* do we want the remote to avoid receive copies? */
69 int so_sndavoid; /* do we want the remote to avoid send copies? */
70 int measure_cpu; /* does the client want server cpu */
71 float cpu_rate; /* do we know how fast the cpu is? */
72 int test_length; /* how long is the test? */
73 int path_name_len; /* the length of the device name string. this */
76 char unix_path[32]; /* the path */