Motr  M0
sw.c File Reference
#include "lib/trace.h"
#include "lib/time.h"
#include "lib/misc.h"
#include "lib/memory.h"
#include "lib/locality.h"
#include "fop/fop.h"
#include "rpc/rpc.h"
#include "motr/setup.h"
#include "cm/proxy.h"
#include "cm/sw.h"
#include "cm/cm.h"
Include dependency graph for sw.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_CM
 

Functions

M0_INTERNAL bool m0_cm_sw_is_set (const struct m0_cm_sw *sw)
 
M0_INTERNAL bool m0_cm_sw_cmp (const struct m0_cm_sw *sw0, const struct m0_cm_sw *sw1)
 
M0_INTERNAL void m0_cm_sw_set (struct m0_cm_sw *dst, const struct m0_cm_ag_id *lo, const struct m0_cm_ag_id *hi)
 
M0_INTERNAL void m0_cm_sw_copy (struct m0_cm_sw *dst, const struct m0_cm_sw *src)
 
M0_INTERNAL int m0_cm_sw_onwire_init (struct m0_cm *cm, struct m0_cm_sw_onwire *sw_onwire, uint64_t proxy_id, const char *ep, const struct m0_cm_sw *sw, const struct m0_cm_sw *out_interval)
 
M0_INTERNAL int m0_cm_sw_local_update (struct m0_cm *cm)
 
M0_INTERNAL int m0_cm_sw_remote_update (struct m0_cm *cm)
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_CM

Definition at line 23 of file sw.c.