- Timestamp:
- Jun 1, 2010 12:49:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r29620 r29945 500 500 AutoCaller autoCaller(this); 501 501 if (FAILED(autoCaller.rc())) return autoCaller.rc(); 502 503 /* The code is so hideously complicated that I can't tell whether the504 * host object lock is really needed. It was taken here, and as the505 * VirtualBox (mParent) is taken as well below nested deep down that506 * would be a lock order violation. */507 AutoMultiWriteLock2 alock(m->pParent, this COMMA_LOCKVAL_SRC_POS);508 502 509 503 std::list <ComObjPtr<HostNetworkInterface> > list;
Note:
See TracChangeset
for help on using the changeset viewer.