VirtualBox

Ignore:
Timestamp:
Jan 27, 2010 10:18:30 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56980
Message:

VBoxService,VBoxGuestLib: CPU hot plugging cleanup + review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp

    r26058 r26061  
    3434 * @returns VBox status code.
    3535 */
    36 VBGLR3DECL(int) VbglR3CpuHotplugInit(void)
     36VBGLR3DECL(int) VbglR3CpuHotPlugInit(void)
    3737{
    3838    int rc = VbglR3CtlFilterMask(VMMDEV_EVENT_CPU_HOTPLUG, 0);
     
    5858 * @returns VBox status.
    5959 */
    60 VBGLR3DECL(int) VbglR3CpuHotplugTerm(void)
     60VBGLR3DECL(int) VbglR3CpuHotPlugTerm(void)
    6161{
    6262    /* Clear the events. */
     
    7878 * @param   pidCpuPackage   Where to store the CPU package ID on success.
    7979 */
    80 VBGLR3DECL(int) VbglR3CpuHotplugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage)
     80VBGLR3DECL(int) VbglR3CpuHotPlugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage)
    8181{
    8282    AssertPtrReturn(penmEventType, VERR_INVALID_POINTER);
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