|
Motr
M0
|
|
Data Structures | |
| struct | m0_net_test_node_cfg |
| struct | m0_net_test_node_ctx |
Functions | |
| int | m0_net_test_node_init (struct m0_net_test_node_ctx *ctx, struct m0_net_test_node_cfg *cfg) |
| void | m0_net_test_node_fini (struct m0_net_test_node_ctx *ctx) |
| bool | m0_net_test_node_invariant (struct m0_net_test_node_ctx *ctx) |
| int | m0_net_test_node_start (struct m0_net_test_node_ctx *ctx) |
| void | m0_net_test_node_stop (struct m0_net_test_node_ctx *ctx) |
| int | m0_net_test_node_module_initfini (struct m0_net_test_node_cfg *cfg) |
| void m0_net_test_node_fini | ( | struct m0_net_test_node_ctx * | ctx | ) |
Finalize node data structures.
Definition at line 915 of file node.c.


| int m0_net_test_node_init | ( | struct m0_net_test_node_ctx * | ctx, |
| struct m0_net_test_node_cfg * | cfg | ||
| ) |
Initialize node data structures.
| ctx | node context. |
| cfg | node configuration. |
Definition at line 909 of file node.c.


| bool m0_net_test_node_invariant | ( | struct m0_net_test_node_ctx * | ctx | ) |
Invariant for m0_net_test_node_ctx.
| int m0_net_test_node_module_initfini | ( | struct m0_net_test_node_cfg * | cfg | ) |
| int m0_net_test_node_start | ( | struct m0_net_test_node_ctx * | ctx | ) |
Start test node.
Definition at line 921 of file node.c.


| void m0_net_test_node_stop | ( | struct m0_net_test_node_ctx * | ctx | ) |
Stop test node.
Definition at line 932 of file node.c.

