Motr  M0
bulk_xc.c
Go to the documentation of this file.
1 /* This file is automatically generated from rpc/bulk.h */
2 
3 #include "lib/misc.h" /* offsetof */
4 #include "lib/assert.h"
5 #include "xcode/xcode.h"
6 
7 #include "rpc/bulk.h"
8 #include "rpc/bulk_xc.h"
9 
10 
11 
12 
14  { .xev_idx = 0, .xev_name = "M0_RPC_BULK_OP_INITIATE", .xev_val = 0 },
15  { .xev_idx = 1, .xev_name = "M0_RPC_BULK_OP_FINISH", .xev_val = 1 },
16  { .xev_idx = -1, .xev_name = "Invalid value of enum 'm0_rpc_bulk_op_states'." }
17 };
18 
20  .xe_name = "m0_rpc_bulk_op_states",
21  .xe_nr = 2,
23  .xe_maxlen = 23
24 };
26  { .xev_idx = 0, .xev_name = "M0_RPC_BULK_STORE", .xev_val = 1 },
27  { .xev_idx = 1, .xev_name = "M0_RPC_BULK_LOAD", .xev_val = 2 },
28  { .xev_idx = -1, .xev_name = "Invalid value of enum 'm0_rpc_bulk_op_type'." }
29 };
30 
32  .xe_name = "m0_rpc_bulk_op_type",
33  .xe_nr = 2,
34  .xe_val = m0_rpc_bulk_op_type_data,
35  .xe_maxlen = 17
36 };
37 
38 M0_INTERNAL void m0_xc_rpc_bulk_init(void)
39 {
40 }
41 
42 M0_INTERNAL void m0_xc_rpc_bulk_fini(void)
43 {
44 }
const struct m0_xcode_enum_val m0_rpc_bulk_op_states_data[]
Definition: bulk_xc.c:13
M0_INTERNAL void m0_xc_rpc_bulk_init(void)
Definition: bulk_xc.c:38
struct m0_xcode_enum m0_xc_m0_rpc_bulk_op_type_enum
Definition: bulk_xc.c:31
const char * xe_name
Definition: enum.h:58
const struct m0_xcode_enum_val m0_rpc_bulk_op_type_data[]
Definition: bulk_xc.c:25
M0_INTERNAL void m0_xc_rpc_bulk_fini(void)
Definition: bulk_xc.c:42
struct m0_xcode_enum m0_xc_m0_rpc_bulk_op_states_enum
Definition: bulk_xc.c:19