Motr  M0
node.h File Reference
Include dependency graph for node.h:

Go to the source code of this file.

Data Structures

struct  m0_net_test_node_cfg
 
struct  m0_net_test_node_ctx
 

Macros

#define __MOTR_NET_TEST_NODE_H__
 

Enumerations

enum  m0_net_test_node_state {
  M0_NET_TEST_NODE_UNINITIALIZED, M0_NET_TEST_NODE_INITIALIZED, M0_NET_TEST_NODE_RUNNING, M0_NET_TEST_NODE_FAILED,
  M0_NET_TEST_NODE_DONE, M0_NET_TEST_NODE_STOPPED
}
 

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)
 

Macro Definition Documentation

◆ __MOTR_NET_TEST_NODE_H__

#define __MOTR_NET_TEST_NODE_H__

Definition at line 26 of file node.h.