diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2019-04-08 00:33:53 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2019-04-11 05:36:36 +0000 |
commit | 3b414a4adc8687af1a32f36fc1553bc65fb6b348 (patch) | |
tree | cccdbc0a83ec0789968a73293520c960584b0996 /TODO-RELEASE | |
parent | 223d66a41455033e77e8c2cbb8170eaf0217b954 (diff) |
fsm: add flag to ensure osmo_fsm_inst_term() happens only once
To prevent re-entering osmo_fsm_inst_term() twice for the same osmo_fsm_inst,
add flag osmo_fsm_inst.proc.terminating. osmo_fsm_inst_term() sets this to
true, or exits if it already is true.
Update fsm_dealloc_test.err for illustration. It is not relevant for unit
testing yet, just showing the difference.
Change-Id: I0c02d76a86f90c49e0eae2f85db64704c96a7674
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index ba603c63..5ddc57a3 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -10,3 +10,4 @@ libosmogb gprs_ns_inst Adding bss_sns_fi member for IP-SNS support libosmogb gprs_nsvc Adding sig_weight and data_weight members for IP-SNS support libosmogb various new symbols Adding functions related to IP-SNS support +libosmocore osmo_fsm_inst Add flag proc.terminating (ABI change) |