VirtualBox

Changeset 36219 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 9, 2011 10:57:28 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70433
Message:

Addressed some guest property (transient reset) todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp

    r36214 r36219  
    105105                 * gets deleted when the property cache did not have the chance to
    106106                 * gracefully clean it up (due to a hard VM reset etc), so set this
    107                  * guest property using the TRANSIENT and TRANSIENT_RESET flags.
     107                 * guest property using the TRANSRESET flag..
    108108                 */
    109                 /** @todo r=bird: TRANSIENT_RESET should imply TRANSIENT. See
    110                  *        MAX_FLAGS_LEN... */
    111                 rc = VbglR3GuestPropWrite(u32ClientId, pszName, pszValue, "TRANSIENT,TRANSIENT_RESET");
     109                rc = VbglR3GuestPropWrite(u32ClientId, pszName, pszValue, "TRANSRESET");
    112110                if (rc == VERR_PARSE_ERROR)
    113111                {
    114                     /* Host does not support the "TRANSIENT_RESET" flag, so only
     112                    /* Host does not support the "TRANSRESET" flag, so only
    115113                     * use the "TRANSIENT" flag -- better than nothing :-). */
    116114                    rc = VbglR3GuestPropWrite(u32ClientId, pszName, pszValue, "TRANSIENT");
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