Motr  M0
service.c File Reference
#include "lib/trace.h"
#include "lib/memory.h"
#include "lib/errno.h"
#include "reqh/reqh_service.h"
#include "cm/cm.h"
#include "cm/cp.h"
#include "dix/cm/cm.h"
#include "dix/cm/service.h"
#include "rpc/rpc_opcodes.h"
Include dependency graph for service.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_DIXCM
 

Functions

M0_INTERNAL void m0_dix_cm_rebalance_cpx_init (void)
 
M0_INTERNAL void m0_dix_cm_rebalance_cpx_fini (void)
 
static int dix_rebalance_svc_allocate (struct m0_reqh_service **service, const struct m0_reqh_service_type *stype)
 
 M0_DIX_CM_TYPE_DECLARE (dix_rebalance, M0_CM_DIX_REB_OPCODE, &dix_rebalance_svc_type_ops, "M0_CST_DIX_REB", M0_CST_DIX_REB)
 
static int dix_rebalance_svc_start (struct m0_reqh_service *service)
 
static void dix_rebalance_svc_stop (struct m0_reqh_service *service)
 

Variables

static const struct m0_reqh_service_type_ops dix_rebalance_svc_type_ops
 
static const struct m0_reqh_service_ops dix_rebalance_svc_ops
 
const struct m0_cm_ops dix_rebalance_ops
 
const struct m0_fom_type_ops dix_rebalance_cp_fom_type_ops