Changeset 28212 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 12, 2010 3:04:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r28194 r28212 4990 4990 logFolder.raw(), RTPATH_DELIMITER, aIdx); 4991 4991 4992 /* do not unnecessarily hold the lock while doing something which does 4993 * not need the lock and potentially takes a long time. */ 4994 alock.leave(); 4995 4992 4996 size_t cbData = (size_t)RT_MIN(aSize, 2048); 4993 4997 com::SafeArray<BYTE> logData(cbData);
Note:
See TracChangeset
for help on using the changeset viewer.