VirtualBox

Ignore:
Timestamp:
Feb 28, 2013 3:42:02 PM (12 years ago)
Author:
vboxsync
Message:

Build fix.

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
3 edited

Legend:

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

    r44863 r44869  
    455455        PVBOXSERVICECTRLREQUEST pRequest;
    456456        rc = GstCntlProcessRequestAllocEx(&pRequest, VBOXSERVICECTRLREQUEST_PROC_TERM,
    457                                           NULL /* pvBuf */, NULL /* cbBuf */, pHostCtx->uContextID);
     457                                          NULL /* pvBuf */, 0 /* cbBuf */, pHostCtx->uContextID);
    458458        if (RT_SUCCESS(rc))
    459459        {
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h

    r44863 r44869  
    228228     *  @todo Would be nice to have a RTListGetAnchor(). */
    229229    PRTLISTANCHOR                   pAnchor;
    230     /** Node to global guest control file list.
     230    /** Node to global guest control file list. */
    231231    /** @todo Use a map later? */
    232232    RTLISTNODE                      Node;
     
    266266typedef struct VBOXSERVICECTRLSESSION
    267267{
    268     /** Node to global guest control session list.
     268    /** Node to global guest control session list. */
    269269    /** @todo Use a map later? */
    270270    RTLISTNODE                      Node;
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r44863 r44869  
    4747*   Internal Functions                                                         *
    4848*******************************************************************************/
    49 int                         gstcntlSessionFileDestroy(PVBOXSERVICECTRLFILE pFile);
    50 int                         gstcntlSessionForkShutdown(uint32_t uClientId, uint32_t cParms);
     49static int                  gstcntlSessionFileDestroy(PVBOXSERVICECTRLFILE pFile);
     50static int                  gstcntlSessionForkShutdown(uint32_t uClientId, uint32_t cParms);
    5151static PVBOXSERVICECTRLFILE gstcntlSessionGetFile(uint32_t uHandle);
    5252static int                  gstcntlSessionHandleFileOpen(uint32_t uClientId, uint32_t cParms);
     
    970970}
    971971
    972 int gstcntlSessionForkShutdown(uint32_t uClientId, uint32_t cParms)
     972static int gstcntlSessionForkShutdown(uint32_t uClientId, uint32_t cParms)
    973973{
    974974    VBoxServiceVerbose(0, "Session %RU32 is going to shutdown ...\n", g_uSessionID);
Note: See TracChangeset for help on using the changeset viewer.

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