VirtualBox

Changeset 40492 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Mar 15, 2012 8:53:37 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76870
Message:

Main/Machine+Snapshot: add a comment to make it easier to get rid of those time-consuming commits on startup one day

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r40487 r40492  
    723723        /* commit all changes made during loading the settings file */
    724724        commit(); // @todo r=dj why do we need a commit during init?!? this is very expensive
     725        /// @todo r=klaus for some reason the settings loading logic backs up
     726        // the settings, and therefore a commit is needed. Should probably be changed.
    725727    }
    726728    else
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r40487 r40492  
    11651165    if (SUCCEEDED(rc))
    11661166        /* commit all changes made during the initialization */
    1167         commit();   // @todo r=dj why do we need a commit in init?!? this is very expensive
     1167        commit();   /// @todo r=dj why do we need a commit in init?!? this is very expensive
     1168        /// @todo r=klaus for some reason the settings loading logic backs up
     1169        // the settings, and therefore a commit is needed. Should probably be changed.
    11681170
    11691171    /* Confirm a successful initialization when it's the case */
Note: See TracChangeset for help on using the changeset viewer.

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