Motr
M0
|
#include <sm.h>
Data Fields | |
struct m0_sm_group * | tr_grp |
struct m0_timer | tr_timer |
struct m0_sm_ast | tr_ast |
void(* | tr_cb )(struct m0_sm_timer *) |
int | tr_state |
State machine timer.
A state machine timer is associated with a state machine group and executes a specified call-back after a specified deadline and under the group lock.
void(* tr_cb) (struct m0_sm_timer *) |
struct m0_sm_group* tr_grp |