Changeset 107797 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 15, 2025 9:29:08 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166938
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r107676 r107797 3710 3710 } 3711 3711 3712 /* Take the parent (VirtualBox) lock first to avoid lock order issues, when 3713 HostNetworkInterface::i_setVirtualBox calls VirtualBox::getExtraData. */ 3714 AssertReturn(m->pParent, E_FAIL); 3715 AutoReadLock alockParent(m->pParent COMMA_LOCKVAL_SRC_POS); 3712 3716 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 3713 3717
Note:
See TracChangeset
for help on using the changeset viewer.