| Motr
    M0
    | 

| Data Fields | |
| struct m0_thread | ntcn_thread | 
| struct m0_net_test_cmd_ctx | ntcn_ctx | 
| int | ntcn_index | 
| struct m0_semaphore | ntcn_signal | 
| struct m0_semaphore | ntcn_wait | 
| unsigned long | ntcn_failures | 
| bool | ntcn_barriers_disabled | 
| bool | ntcn_flag | 
| char * | ntcn_addr | 
Definition at line 49 of file commands.c.
| char* ntcn_addr | 
transfer machine address
Definition at line 64 of file commands.c.
| bool ntcn_barriers_disabled | 
flag: barriers are disabled for this node
Definition at line 60 of file commands.c.
| struct m0_net_test_cmd_ctx ntcn_ctx | 
Definition at line 51 of file commands.c.
| unsigned long ntcn_failures | 
number of failures
Definition at line 58 of file commands.c.
| bool ntcn_flag | 
used when checking send/recv
Definition at line 62 of file commands.c.
| int ntcn_index | 
index (range: [0..nr)) in nodes list
Definition at line 53 of file commands.c.
| struct m0_semaphore ntcn_signal | 
used for barriers with the main thread
Definition at line 55 of file commands.c.
| struct m0_thread ntcn_thread | 
Definition at line 50 of file commands.c.
| struct m0_semaphore ntcn_wait | 
Definition at line 56 of file commands.c.