VirtualBox

Changeset 7361 in vbox


Ignore:
Timestamp:
Mar 7, 2008 1:33:16 PM (17 years ago)
Author:
vboxsync
Message:

RTCpuSetIsMember returns bool not int.

File:
1 edited

Legend:

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

    r7354 r7361  
    112112 * @param   idCpu   The identifier of the CPU to look for.
    113113 */
    114 DECLINLINE(int) RTCpuSetIsMember(PCRTCPUSET pSet, RTCPUID idCpu)
     114DECLINLINE(bool) RTCpuSetIsMember(PCRTCPUSET pSet, RTCPUID idCpu)
    115115{
    116116    int iCpu = RTMpCpuIdToSetIndex(idCpu);
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