summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/fsm.h')
-rw-r--r--include/osmocom/core/fsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/fsm.h b/include/osmocom/core/fsm.h
index c40d7f3c..07bcd126 100644
--- a/include/osmocom/core/fsm.h
+++ b/include/osmocom/core/fsm.h
@@ -114,6 +114,8 @@ struct osmo_fsm_inst {
struct llist_head children;
/*! \ref llist_head linked to parent->proc.children */
struct llist_head child;
+ /*! Indicator whether osmo_fsm_inst_term() was already invoked on this instance. */
+ bool terminating;
} proc;
};