From 65d2f943c8f2b7d65cbade4f6301800f3124271d Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 1 Oct 2025 10:21:12 -0700 Subject: [PATCH] IfMapDaemon SockAttach handles the case of an early *::Config::expand() --- src/evhelper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/evhelper.cpp b/src/evhelper.cpp index 2a7cdc7..6001d48 100644 --- a/src/evhelper.cpp +++ b/src/evhelper.cpp @@ -698,6 +698,7 @@ bool evsocket::init_canIPv6() noexcept #endif struct IfMapDaemon : private epicsThreadRunable { + SockAttach attach; epicsMutex lock; epicsEvent wake; std::shared_ptr latest;