|
Motr
M0
|
#include "lib/trace.h"#include "lib/errno.h"#include "lib/assert.h"#include "lib/memory.h"#include "lib/misc.h"#include "lib/string.h"#include "stob/stob.h"#include "net/net.h"#include "fop/fop.h"#include "dtm/dtm.h"#include "rpc/rpc.h"#include "rpc/rpc_opcodes.h"#include "rpc/item_internal.h"#include "reqh/reqh.h"#include "fop/fom_generic.h"#include "fop/fom_generic_xc.h"#include "addb2/addb2.h"#include "addb2/identifier.h"#include "dtm0/service.h"
Go to the source code of this file.
Data Structures | |
| struct | fom_phase_desc |
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_FOP |
Variables | |
| struct m0_fop_type | m0_fop_generic_reply_fopt |
| static const struct fom_phase_desc | fpd_table [] |
| static struct m0_sm_state_descr | generic_phases [] |
| struct m0_sm_trans_descr | m0_generic_phases_trans [] |
| const struct m0_sm_conf | m0_generic_conf |
| #define M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_FOP |
Definition at line 23 of file fom_generic.c.