IfMapDaemon SockAttach

handles the case of an early *::Config::expand()
This commit is contained in:
Michael Davidsaver
2025-10-01 10:21:53 -07:00
parent 6828ea06c8
commit 65d2f943c8
+1
View File
@@ -698,6 +698,7 @@ bool evsocket::init_canIPv6() noexcept
#endif
struct IfMapDaemon : private epicsThreadRunable {
SockAttach attach;
epicsMutex lock;
epicsEvent wake;
std::shared_ptr<const IfaceMap::Current> latest;