Motr  M0
remote_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dtm/remote.h"
#include "dtm/remote_xc.h"
Include dependency graph for remote_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_dtm_notice_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_dtm_notice_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_dtm_notice)==72U)
 
 M0_BASSERT (sizeof((struct m0_dtm_notice *) 0) ->dno_id==56U)
 
 M0_BASSERT (offsetof(struct m0_dtm_notice, dno_id)==0U)
 
 M0_BASSERT (offsetof(struct m0_dtm_notice, dno_ver)==56U)
 
 M0_BASSERT (offsetof(struct m0_dtm_notice, dno_opcode)==64U)
 
M0_INTERNAL void m0_xc_m0_dtm_notice_struct_init (void)
 
M0_INTERNAL void m0_xc_dtm_remote_init (void)
 
M0_INTERNAL void m0_xc_dtm_remote_fini (void)
 

Variables

struct m0_xcode_typem0_dtm_notice_xc = &_m0_dtm_notice._type
 
static struct _m0_dtm_notice_s _m0_dtm_notice
 

Function Documentation

◆ M0_BASSERT() [1/6]

M0_BASSERT ( offsetof(struct _m0_dtm_notice_s, _child[0])  = =offsetof(struct m0_xcode_type, xct_child[0]))

◆ M0_BASSERT() [2/6]

M0_BASSERT ( sizeof(struct m0_dtm_notice = =72U)

◆ M0_BASSERT() [3/6]

M0_BASSERT ( sizeof((struct m0_dtm_notice *) 0) ->  dno_id = =56U)

◆ M0_BASSERT() [4/6]

M0_BASSERT ( offsetof(struct m0_dtm_notice, dno_id = =0U)

◆ M0_BASSERT() [5/6]

M0_BASSERT ( offsetof(struct m0_dtm_notice, dno_ver = =56U)

◆ M0_BASSERT() [6/6]

M0_BASSERT ( offsetof(struct m0_dtm_notice, dno_opcode = =64U)

◆ m0_xc_dtm_remote_fini()

M0_INTERNAL void m0_xc_dtm_remote_fini ( void  )

Definition at line 96 of file remote_xc.c.

◆ m0_xc_dtm_remote_init()

M0_INTERNAL void m0_xc_dtm_remote_init ( void  )

Definition at line 91 of file remote_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_dtm_notice_struct_init()

M0_INTERNAL void m0_xc_m0_dtm_notice_struct_init ( void  )

Definition at line 41 of file remote_xc.c.

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

Variable Documentation

◆ _m0_dtm_notice

struct _m0_dtm_notice_s _m0_dtm_notice
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_dtm_notice",
.xct_sizeof = sizeof (struct m0_dtm_notice),
.xct_nr = 3,
}
}

◆ m0_dtm_notice_xc

struct m0_xcode_type * m0_dtm_notice_xc = &_m0_dtm_notice._type

Definition at line 10 of file remote_xc.c.