VirtualBox

Changeset 75879 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Dec 2, 2018 6:39:16 PM (6 years ago)
Author:
vboxsync
Message:

Runtime: Introduce RTShMem* API for accessing shared memory objects with implementations for POSIX (via shm_*) and Windows (via CreateFileMapping)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r74313 r75879  
    191191/** RTSERIALPORTINTERNAL::u32Magic value after RTSerialPortClose. */
    192192#define RTSERIALPORT_MAGIC_DEAD         UINT32_C(0x19050324)
     193/** RTSHMEMINT::u32Magic value (Stephen William Hawking) */
     194#define RTSHMEM_MAGIC                   UINT32_C(0x19420108)
     195/** RTSHMEMINT::u32Magic value after RTShMemClose */
     196#define RTSHMEM_MAGIC_DEAD              UINT32_C(0x20180314)
    193197/** The magic value for RTSOCKETINT::u32Magic. (Stanislaw Lem) */
    194198#define RTSOCKET_MAGIC                  UINT32_C(0x19210912)
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