VirtualBox

Changeset 107536 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 8, 2025 4:19:56 PM (11 days ago)
Author:
vboxsync
Message:

src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp: Properly guard some attributes with WITH_WATCHER. We probably should ditch WITH_WATCHER altogether sometime. jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp

    r106061 r107536  
    8787    /** The tick count when the process in Windows session 0 started */
    8888    uint32_t                        m_tickTheChosenOne;
     89#ifdef WITH_WATCHER
    8990    /** The current watcher thread index, UINT32_MAX if not watched. */
    9091    uint32_t                        m_iWatcher;
     
    9293     * This is used to detect races while waiting for a full watcher queue.  */
    9394    uint32_t volatile               m_iTheChosenOneRevision;
     95#endif
     96
    9497private:
    9598    /** Reference count to make destruction safe wrt hung callers.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette