2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [Merge] ~dirk.zimoch/epics-base:dbChannelForDBLinks into epics-base:7.0 |
From: | Dirk Zimoch via Core-talk <core-talk at aps.anl.gov> |
To: | mp+378968 at code.launchpad.net |
Date: | Mon, 24 Feb 2020 11:09:27 -0000 |
I cannot directly initialize dbevFieldLogFreeList in dbChannel.c because it it static in dbEvent.c. I could call db_init_events() from dbChannel.c, but it has side effects I don't need (I think). In particular I don't need the event_user structure created by db_init_events(). Another option is to split the free list initialization off of db_init_events() into its own initializer function which I can then call from dbChannel (and from db_init_events) as needed. -- https://code.launchpad.net/~dirk.zimoch/epics-base/+git/epics-base/+merge/378968 Your team EPICS Core Developers is subscribed to branch epics-base:7.0.