Motr  M0
client_internal_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "motr/client_internal.h"
#include "motr/client_internal_xc.h"
Include dependency graph for client_internal_xc.c:

Go to the source code of this file.

Functions

M0_INTERNAL void m0_xc_motr_client_internal_init (void)
 
M0_INTERNAL void m0_xc_motr_client_internal_fini (void)
 

Variables

const struct m0_xcode_enum_val m0_cob_req_states_data []
 
struct m0_xcode_enum m0_xc_m0_cob_req_states_enum
 

Function Documentation

◆ m0_xc_motr_client_internal_fini()

M0_INTERNAL void m0_xc_motr_client_internal_fini ( void  )

Definition at line 31 of file client_internal_xc.c.

◆ m0_xc_motr_client_internal_init()

M0_INTERNAL void m0_xc_motr_client_internal_init ( void  )

Definition at line 27 of file client_internal_xc.c.

Variable Documentation

◆ m0_cob_req_states_data

const struct m0_xcode_enum_val m0_cob_req_states_data[]
Initial value:
= {
{ .xev_idx = 0, .xev_name = "COB_REQ_ACTIVE", .xev_val = 0 },
{ .xev_idx = 1, .xev_name = "COB_REQ_SENDING", .xev_val = 1 },
{ .xev_idx = 2, .xev_name = "COB_REQ_DONE", .xev_val = 2 },
{ .xev_idx = -1, .xev_name = "Invalid value of enum 'm0_cob_req_states'." }
}

Definition at line 13 of file client_internal_xc.c.

◆ m0_xc_m0_cob_req_states_enum

struct m0_xcode_enum m0_xc_m0_cob_req_states_enum
Initial value:
= {
.xe_name = "m0_cob_req_states",
.xe_nr = 3,
.xe_maxlen = 15
}
const struct m0_xcode_enum_val m0_cob_req_states_data[]

Definition at line 20 of file client_internal_xc.c.