VirtualBox

Changeset 18481 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 29, 2009 1:26:32 AM (16 years ago)
Author:
vboxsync
Message:

iprt/types.h: Changed RTCPUID from RTHCUINTPTR to uint32_t since it looks like we won't be needing to pass pointers via this type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r17523 r18481  
    11361136 *          does it have to correspond to the bits in the affinity mask, at
    11371137 *          least not until we've sorted out Windows NT. */
    1138 typedef RTHCUINTPTR                                 RTCPUID;
     1138typedef uint32_t                                    RTCPUID;
    11391139/** Pointer to a CPU identifier. */
    11401140typedef RTCPUID                                    *PRTCPUID;
     
    11451145
    11461146/** A CPU set.
    1147  * Treat this as an opaque type and always use RTCpuSet* for manupulating it. */
     1147 * Treat this as an opaque type and always use RTCpuSet* for manupulating it.
     1148 * @remarks Subject to change. */
    11481149typedef uint64_t                                    RTCPUSET;
    11491150/** Pointer to a CPU set. */
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