Motr  M0
Test Node user-space program
Collaboration diagram for Test Node user-space program:

Functions

static bool config_check (struct m0_net_test_node_cfg *cfg)
 
static void config_free (struct m0_net_test_node_cfg *cfg)
 
static void config_print (struct m0_net_test_node_cfg *cfg)
 
static int configure (int argc, char *argv[], struct m0_net_test_node_cfg *cfg)
 
int main (int argc, char *argv[])
 

Detailed Description

See also
Motr Network Benchmark

Function Documentation

◆ config_check()

static bool config_check ( struct m0_net_test_node_cfg cfg)
static

Definition at line 63 of file node_u.c.

Here is the caller graph for this function:

◆ config_free()

static void config_free ( struct m0_net_test_node_cfg cfg)
static

Definition at line 68 of file node_u.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ config_print()

static void config_print ( struct m0_net_test_node_cfg cfg)
static

Definition at line 74 of file node_u.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ configure()

static int configure ( int  argc,
char *  argv[],
struct m0_net_test_node_cfg cfg 
)
static

Definition at line 83 of file node_u.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Todo:
add to command line parameters
Todo:
add Ctrl+C handler m0_net_test_fini()+m0_net_test_config_fini()
Todo:
atexit()
Todo:
where is the error

Definition at line 105 of file node_u.c.

Here is the call graph for this function: