mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] transport: isolate interactive services
This commit is contained in:
@@ -53,6 +53,14 @@ private:
|
||||
|
||||
WDFTIMER m_transportTimer = nullptr;
|
||||
bool m_recoveryHandlerSet = false;
|
||||
CSRWLock m_recoveryPublishLock;
|
||||
CSRWLock m_recoveryRouteLock;
|
||||
uint64_t m_nextRecoveryRoute = 1;
|
||||
uint64_t m_recoveryRoute = 0;
|
||||
SourceKey m_recoverySource;
|
||||
uint64_t m_recoverySession = 0;
|
||||
uint32_t m_recoverySerial = 0;
|
||||
bool m_recoveryActive = false;
|
||||
|
||||
UINT m_iddCxVersion = 0;
|
||||
bool m_hasIddCx110DDIs = false;
|
||||
|
||||
Reference in New Issue
Block a user