Motr  M0
net_test_cmd_node Struct Reference
Collaboration diagram for net_test_cmd_node:
Collaboration graph

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
 

Detailed Description

Definition at line 49 of file commands.c.

Field Documentation

◆ ntcn_addr

char* ntcn_addr

transfer machine address

Definition at line 64 of file commands.c.

◆ ntcn_barriers_disabled

bool ntcn_barriers_disabled

flag: barriers are disabled for this node

Definition at line 60 of file commands.c.

◆ ntcn_ctx

struct m0_net_test_cmd_ctx ntcn_ctx

Definition at line 51 of file commands.c.

◆ ntcn_failures

unsigned long ntcn_failures

number of failures

Definition at line 58 of file commands.c.

◆ ntcn_flag

bool ntcn_flag

used when checking send/recv

Definition at line 62 of file commands.c.

◆ ntcn_index

int ntcn_index

index (range: [0..nr)) in nodes list

Definition at line 53 of file commands.c.

◆ ntcn_signal

struct m0_semaphore ntcn_signal

used for barriers with the main thread

Definition at line 55 of file commands.c.

◆ ntcn_thread

struct m0_thread ntcn_thread

Definition at line 50 of file commands.c.

◆ ntcn_wait

struct m0_semaphore ntcn_wait

Definition at line 56 of file commands.c.


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