Motr  M0
m0_fom_domain_ops Struct Reference

#include <fom.h>

Collaboration diagram for m0_fom_domain_ops:
Collaboration graph

Data Fields

bool(* fdo_time_is_out )(const struct m0_fom_domain *dom, const struct m0_fom *fom)
 

Detailed Description

Operations vector attached to a domain.

Definition at line 342 of file fom.h.

Field Documentation

◆ fdo_time_is_out

bool(* fdo_time_is_out) (const struct m0_fom_domain *dom, const struct m0_fom *fom)

Returns true if waiting (M0_FOS_WAITING) fom timed out and should be moved into M0_FOPH_TIMEOUT phase.

Todo:
fom timeout implementation.

Definition at line 348 of file fom.h.


The documentation for this struct was generated from the following file: