Motr  M0
tx_service.c File Reference
#include "lib/trace.h"
#include "be/engine.h"
#include "be/tx_service.h"
#include "lib/errno.h"
#include "lib/memory.h"
Include dependency graph for tx_service.c:

Go to the source code of this file.

Data Structures

struct  tx_service
 

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_BE
 

Functions

static int txs_allocate (struct m0_reqh_service **out, const struct m0_reqh_service_type *stype)
 
M0_INTERNAL int m0_be_txs_register (void)
 
M0_INTERNAL void m0_be_txs_unregister (void)
 
static int txs_start (struct m0_reqh_service *service)
 
static void txs_stop (struct m0_reqh_service *service)
 
static void txs_fini (struct m0_reqh_service *service)
 
M0_INTERNAL int m0_be_tx_service_init (struct m0_be_engine *en, struct m0_reqh *reqh)
 
M0_INTERNAL void m0_be_tx_service_fini (struct m0_be_engine *en)
 

Variables

static const struct m0_reqh_service_type_ops txs_stype_ops
 
struct m0_reqh_service_type m0_be_txs_stype
 
static const struct m0_reqh_service_ops txs_ops
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_BE

Definition at line 23 of file tx_service.c.