VirtualBox

Changeset 47301 in vbox


Ignore:
Timestamp:
Jul 22, 2013 2:07:57 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87440
Message:

Build fix.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/VBox/vmm/pdmifs.h

    r47294 r47301  
    22862286     *
    22872287     * @param   pInterface          Pointer to this interface.
     2288     * @param   pszUser             Guest user name to update status for.
     2289     * @param   pszDomain           Domain the guest user is bound to. Optional.
     2290     * @param   uState              New guest user state to notify host about.
     2291     * @param   puDetails           Pointer to optional state data.
     2292     * @param   cbDetails           Size (in bytes) of optional state data.
    22882293     * @thread  The emulation thread.
    22892294     */
    22902295    DECLR3CALLBACKMEMBER(void, pfnUpdateGuestUserState,(PPDMIVMMDEVCONNECTOR pInterface, const char *pszUser, const char *pszDomain,
    22912296                                                        uint32_t uState,
    2292                                                         uint8_t *puDetails, uint32_t cbDetails));
     2297                                                        const uint8_t *puDetails, uint32_t cbDetails));
    22932298
    22942299    /**
  • TabularUnified trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r47300 r47301  
    687687        AssertPtr(pvDynamic);
    688688
    689         if (!pStatus->cbUser)) /* User name is required. */
     689        if (!pStatus->cbUser) /* User name is required. */
    690690            return VERR_INVALID_PARAMETER;
    691691        const char *pszUser = (const char *)pvDynamic;
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