Changeset 20134 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- May 29, 2009 12:18:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r20021 r20134 6795 6795 * HardDisk interface is merged. 6796 6796 */ 6797 pLunL2 = CFGMR3GetChild(pLunL1, "AttachedDriver"); 6798 AssertReturn(pLunL2, VERR_INTERNAL_ERROR); 6799 6800 CFGMR3RemoveNode(pLunL2); 6797 6801 rc = CFGMR3InsertNode (pLunL1, "AttachedDriver", &pLunL2); RC_CHECK(); 6798 6802 rc = CFGMR3InsertString (pLunL2, "Driver", "TransportAsync"); RC_CHECK();
Note:
See TracChangeset
for help on using the changeset viewer.