Motr  M0
fom_simple.h File Reference
#include "fop/fom.h"
Include dependency graph for fom_simple.h:

Go to the source code of this file.

Data Structures

struct  m0_fom_simple
 

Macros

#define __MOTR_FOP_FOM_SIMPLE_H__
 
#define M0_FOM_SIMPLE_POST(s, r, c, t, f, d, l)
 

Enumerations

enum  { M0_FOM_SIMPLE_HERE = 0xbedabedabedabeda }
 

Functions

M0_INTERNAL void m0_fom_simple_post (struct m0_fom_simple *simpleton, struct m0_reqh *reqh, struct m0_sm_conf *conf, int(*tick)(struct m0_fom *, void *, int *), void(*free)(struct m0_fom_simple *sfom), void *data, size_t locality)
 
M0_INTERNAL void m0_fom_simple_hoard (struct m0_fom_simple *cat, size_t nr, struct m0_reqh *reqh, struct m0_sm_conf *conf, int(*tick)(struct m0_fom *, void *, int *), void(*free)(struct m0_fom_simple *sfom), void *data)
 
M0_INTERNAL int m0_fom_simples_init (void)
 
M0_INTERNAL void m0_fom_simples_fini (void)
 

Macro Definition Documentation

◆ __MOTR_FOP_FOM_SIMPLE_H__

#define __MOTR_FOP_FOM_SIMPLE_H__

Definition at line 26 of file fom_simple.h.