|
Motr
M0
|

Data Fields | |
| size_t | npcc_msg_rt |
| size_t | npcc_msg_rt_max |
| size_t | npcc_concurrency |
| struct m0_tl | npcc_to |
Test client context. Buffers assignment:
Definition at line 136 of file node_ping.c.
| size_t npcc_concurrency |
Concurrency.
Definition at line 148 of file node_ping.c.
| size_t npcc_msg_rt |
Number of test messages sent to test server and received back (including failed) for the test client.
Definition at line 141 of file node_ping.c.
| size_t npcc_msg_rt_max |
Maximum number of sent to test server and received back test messages (for the test client). "rt" == "round-trip".
Definition at line 146 of file node_ping.c.
| struct m0_tl npcc_to |
Messages timeout list
Definition at line 150 of file node_ping.c.