Motr  M0
service.c File Reference
#include "dix/cm/cm.h"
#include "lib/trace.h"
#include "lib/memory.h"
#include "motr/setup.h"
#include "dix/req.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 int m0_dix_cm_module_init (void)
 
M0_INTERNAL void m0_dix_cm_module_fini (void)
 
M0_INTERNAL int m0_dix_cm_svc_allocate (struct m0_reqh_service **service, const struct m0_reqh_service_type *stype, const struct m0_reqh_service_ops *svc_ops, const struct m0_cm_ops *cm_ops, struct m0_dix_cm_type *dcmt)
 
M0_INTERNAL int m0_dix_cm_svc_start (struct m0_reqh_service *service)
 
M0_INTERNAL void m0_dix_cm_svc_stop (struct m0_reqh_service *service)
 
M0_INTERNAL void m0_dix_cm_svc_fini (struct m0_reqh_service *service)