fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/15660 )

Change subject: add osmo_fsm_inst_watch()
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/#/c/15660/2//COMMIT_MSG
Commit Message:

https://gerrit.osmocom.org/#/c/15660/2//COMMIT_MSG@42
PS2, Line 42: after a deallocation, another FSM may have been allocated,
            : possibly at the exact same memory address.
You can introduce a simple counter and assign a unique number to each allocated 
FSM instance. Then you can just check whether bar is in the list of 
osmo_fsm_inst instances, *and* match using that unique number.



--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/15660
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4d8306488506c60b4c2fc1c4cb3ac04654db9c43
Gerrit-Change-Number: 15660
Gerrit-PatchSet: 2
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <[email protected]>
Gerrit-CC: fixeria <[email protected]>
Gerrit-CC: pespin <[email protected]>
Gerrit-Comment-Date: Fri, 04 Oct 2019 20:23:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment

Reply via email to