DevMgr: Add DeviceReattacher daemon plumbing

This is the plumbing for a periodic polling thread that tries
to reattach DA specs that failed to attach in the startup phase.
This commit is contained in:
2025-09-28 23:07:39 -04:00
parent 2be78401b5
commit 93103aa8d4
5 changed files with 124 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ add_library(smocore STATIC
# DeviceManager
deviceManager/deviceManager.cpp
deviceManager/deviceReattacher.cpp
deviceManager/deviceAttachmentPipeSpecParser.cpp
${LEX_OUTPUT}
${YACC_OUTPUT}