Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dtm/remote.h"
#include "dtm/remote_xc.h"
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_type * | m0_dtm_notice_xc = &_m0_dtm_notice._type |
static struct _m0_dtm_notice_s | _m0_dtm_notice |
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_dtm_remote_fini | ( | void | ) |
Definition at line 96 of file remote_xc.c.
M0_INTERNAL void m0_xc_dtm_remote_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_dtm_notice_struct_init | ( | void | ) |
Definition at line 41 of file remote_xc.c.
|
static |
struct m0_xcode_type * m0_dtm_notice_xc = &_m0_dtm_notice._type |
Definition at line 10 of file remote_xc.c.