VirtualBox

Ignore:
Timestamp:
Nov 11, 2011 6:04:49 PM (13 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r39279 r39281  
    4343
    4444/* Internal functions. */
    45 int vboxServiceControlExecThreadAssignPID(PVBOXSERVICECTRLTHREAD pData, uint32_t uPID);
    46 void vboxServiceControlExecThreadFree(PVBOXSERVICECTRLTHREAD pData);
    47 int vboxServiceControlThreadWaitForShutdown(const PVBOXSERVICECTRLTHREAD pThread);
     45static int vboxServiceControlExecThreadAssignPID(PVBOXSERVICECTRLTHREAD pData, uint32_t uPID);
     46static void vboxServiceControlExecThreadFree(PVBOXSERVICECTRLTHREAD pData);
     47static int vboxServiceControlThreadWaitForShutdown(const PVBOXSERVICECTRLTHREAD pThread);
    4848
    4949/**
     
    525525                    /* In any case, regardless of the result, we notify
    526526                     * the main guest control to unblock it. */
    527                     int rc2 = RTSemEventMultiSignal(pThread->RequestEvent);
     527                    rc2 = RTSemEventMultiSignal(pThread->RequestEvent);
    528528                    AssertRC(rc2);
    529529                    /* No access to pRequest here anymore -- could be out of scope
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