VirtualBox

Changeset 39015 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 18, 2011 10:18:21 AM (13 years ago)
Author:
vboxsync
Message:

PDMAsyncCompletion.cpp: Addressed out of bound indexing of StatTaskRunTimesSec and did some code cleanup reducing the file by some 110+ lines.

File:
1 edited

Legend:

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

    r38738 r39015  
    18951895/** 1 minute expressed in nanoseconds (64-bit). */
    18961896#define RT_NS_1MIN              UINT64_C(60000000000)
     1897/** 45 second expressed in nanoseconds. */
     1898#define RT_NS_45SEC             UINT64_C(45000000000)
     1899/** 30 second expressed in nanoseconds. */
     1900#define RT_NS_30SEC             UINT64_C(30000000000)
     1901/** 20 second expressed in nanoseconds. */
     1902#define RT_NS_20SEC             UINT64_C(20000000000)
     1903/** 15 second expressed in nanoseconds. */
     1904#define RT_NS_15SEC             UINT64_C(15000000000)
     1905/** 10 second expressed in nanoseconds. */
     1906#define RT_NS_10SEC             UINT64_C(10000000000)
    18971907/** 1 second expressed in nanoseconds. */
    18981908#define RT_NS_1SEC              UINT32_C(1000000000)
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