Motr  M0
m0_fom_timeout Struct Reference

#include <fom.h>

Collaboration diagram for m0_fom_timeout:
Collaboration graph

Data Fields

struct m0_sm_timer to_timer
 
struct m0_fom_callback to_cb
 

Detailed Description

Fom timeout allows a user-supplied call-back to be executed under the fom's locality's lock after a specified timeout.

As a special case m0_fom_timeout_wait_on() wakes the fom after a specified time-out. Compare with m0_fom_callback.

Definition at line 787 of file fom.h.

Field Documentation

◆ to_cb

struct m0_fom_callback to_cb

Call-back structure used to deliver the call-back.

Definition at line 795 of file fom.h.

◆ to_timer

struct m0_sm_timer to_timer

State machine timer used to implement the timeout.

Definition at line 791 of file fom.h.


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