Motr  M0
spiel.c File Reference
#include "lib/trace.h"
#include "lib/tlist.h"
#include "lib/memory.h"
#include "lib/string.h"
#include "lib/errno.h"
#include "lib/finject.h"
#include "lib/locality.h"
#include "fid/fid.h"
#include "conf/obj.h"
#include "reqh/reqh.h"
#include "spiel/spiel.h"
#include "spiel/spiel_internal.h"
Include dependency graph for spiel.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_SPIEL
 

Functions

int m0_spiel_init (struct m0_spiel *spiel, struct m0_reqh *reqh)
 
void m0_spiel_fini (struct m0_spiel *spiel)
 
int m0_spiel_rconfc_start (struct m0_spiel *spiel, m0_rconfc_cb_t expired_cb)
 
void m0_spiel_rconfc_stop (struct m0_spiel *spiel)
 
int m0_spiel_cmd_profile_set (struct m0_spiel *spiel, const char *profile_str)
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_SPIEL

Definition at line 23 of file spiel.c.