Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "ha/cookie.h"
#include "ha/cookie_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_ha_cookie_xc_s |
Functions | |
M0_BASSERT (offsetof(struct _m0_ha_cookie_xc_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (sizeof(struct m0_ha_cookie_xc)==40U) | |
M0_BASSERT (sizeof((struct m0_ha_cookie_xc *) 0) ->hcx_pid==8U) | |
M0_BASSERT (offsetof(struct m0_ha_cookie_xc, hcx_pid)==0U) | |
M0_BASSERT (offsetof(struct m0_ha_cookie_xc, hcx_time_start)==8U) | |
M0_BASSERT (offsetof(struct m0_ha_cookie_xc, hcx_uptime)==16U) | |
M0_BASSERT (offsetof(struct m0_ha_cookie_xc, hcx_uuid)==24U) | |
M0_INTERNAL void | m0_xc_m0_ha_cookie_xc_struct_init (void) |
M0_INTERNAL void | m0_xc_ha_cookie_init (void) |
M0_INTERNAL void | m0_xc_ha_cookie_fini (void) |
Variables | |
struct m0_xcode_type * | m0_ha_cookie_xc_xc = &_m0_ha_cookie_xc._type |
static struct _m0_ha_cookie_xc_s | _m0_ha_cookie_xc |
M0_BASSERT | ( | offsetof(struct _m0_ha_cookie_xc_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_ha_cookie_xc) | = =40U | ) |
M0_BASSERT | ( | sizeof((struct m0_ha_cookie_xc *) 0) -> | hcx_pid = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_ha_cookie_xc, hcx_pid) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_ha_cookie_xc, hcx_time_start) | = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_ha_cookie_xc, hcx_uptime) | = =16U | ) |
M0_BASSERT | ( | offsetof(struct m0_ha_cookie_xc, hcx_uuid) | = =24U | ) |
M0_INTERNAL void m0_xc_ha_cookie_fini | ( | void | ) |
Definition at line 113 of file cookie_xc.c.
M0_INTERNAL void m0_xc_ha_cookie_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_ha_cookie_xc_struct_init | ( | void | ) |
Definition at line 43 of file cookie_xc.c.
|
static |
struct m0_xcode_type * m0_ha_cookie_xc_xc = &_m0_ha_cookie_xc._type |
Definition at line 10 of file cookie_xc.c.