VirtualBox

Changeset 90489 in vbox for trunk/src


Ignore:
Timestamp:
Aug 3, 2021 9:19:13 AM (4 years ago)
Author:
vboxsync
Message:

SUP: Export RTSemEventIsSignalSafe and RTSemEventMultiIsSignalSafe - IOC version change. bugref:6695

Location:
trunk/src/VBox/HostDrivers/Support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp

    r90419 r90489  
    389389    { "RTSemEventDestroy",                      (void *)(uintptr_t)RTSemEventDestroy },
    390390    { "RTSemEventGetResolution",                (void *)(uintptr_t)RTSemEventGetResolution },
     391    { "RTSemEventIsSignalSafe",                 (void *)(uintptr_t)RTSemEventIsSignalSafe },
    391392    { "RTSemEventMultiCreate",                  (void *)(uintptr_t)RTSemEventMultiCreate },
    392393    { "RTSemEventMultiDestroy",                 (void *)(uintptr_t)RTSemEventMultiDestroy },
    393394    { "RTSemEventMultiGetResolution",           (void *)(uintptr_t)RTSemEventMultiGetResolution },
     395    { "RTSemEventMultiIsSignalSafe",            (void *)(uintptr_t)RTSemEventMultiIsSignalSafe },
    394396    { "RTSemEventMultiReset",                   (void *)(uintptr_t)RTSemEventMultiReset },
    395397    { "RTSemEventMultiSignal",                  (void *)(uintptr_t)RTSemEventMultiSignal },
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r90419 r90489  
    223223 *          - Remove pvVMMR0 from SUPLDRLOAD.
    224224 */
    225 #define SUPDRV_IOC_VERSION                              0x00300002
     225#define SUPDRV_IOC_VERSION                              0x00300003
    226226
    227227/** SUP_IOCTL_COOKIE. */
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r90419 r90489  
    279279        CookieReq.u.In.u32ReqVersion = SUPDRV_IOC_VERSION;
    280280        const uint32_t uMinVersion = (SUPDRV_IOC_VERSION & 0xffff0000) == 0x00300000
    281                                    ? 0x00300002
     281                                   ? 0x00300003
    282282                                   : SUPDRV_IOC_VERSION & 0xffff0000;
    283283        CookieReq.u.In.u32MinVersion = uMinVersion;
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