[idd] capture: add direct full-copy workaround

This commit is contained in:
Geoffrey McRae
2026-08-17 04:42:30 +10:00
parent 4e15f3b68b
commit 96c3056cc9
9 changed files with 88 additions and 8 deletions

View File

@@ -73,6 +73,7 @@ private:
CSRWLock m_copySubmitLock;
bool m_publishPending = false;
bool m_useCadence = true;
bool m_forceFullDirectCopy = false;
Wrappers::Event m_candidateAvailableEvent;
Wrappers::Event m_copySubmitEvent;