Searched defs:stream_rr_response_struct (Results 1 – 1 of 1) sorted by relevance
79 struct stream_rr_response_struct { struct80 int recv_buf_size; /* how big does the client want it */81 int send_buf_size;82 int so_rcvavoid; /* do we want the remote to avoid receive copies? */83 int so_sndavoid; /* do we want the remote to avoid send copies? */84 int measure_cpu; /* does the client want server cpu */85 int test_length; /* how long is the test? */86 float cpu_rate; /* could we measure */87 int path_name_len; /* the length of the device name string. this */90 char unix_path[32]; /* the path to the dlpi device */