VirtualBox

Changeset 51598 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 11, 2014 8:14:20 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94326
Message:

VMM/SSM: comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SSM.cpp

    r50575 r51598  
    13981398{
    13991399    PSSMUNIT pUnit;
    1400     int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL, &pUnit);
     1400    int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL /* pszBefore */, &pUnit);
    14011401    if (RT_SUCCESS(rc))
    14021402    {
     
    14521452
    14531453    PSSMUNIT pUnit;
    1454     int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL, &pUnit);
     1454    int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL /* pszBefore */, &pUnit);
    14551455    if (RT_SUCCESS(rc))
    14561456    {
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