Ignore:
Timestamp:
Mar 14, 2001, 7:57:34 PM (24 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r46 r48  
    237237     *
    238238     *@@added V0.9.7 (2000-12-02) [umoeller]
     239     *@@changed V0.9.9 (2001-03-14) [umoeller]: added interrupt load
    239240     */
    240241
     
    246247        PLONG       palLoads;
    247248
     249        // output: one CPU interrupt load for each CPU
     250        PLONG       palIntrs;
     251
    248252        // each of the following ptrs points to an array of cProcessors items
    249253        PCPUUTIL    paCPUUtils;     // CPUUTIL structures
    250254        double      *padBusyPrev;   // previous "busy" calculations
    251255        double      *padTimePrev;   // previous "time" calculations
     256        double      *padIntrPrev;   // previous "intr" calculations
    252257
    253258        // private stuff
Note: See TracChangeset for help on using the changeset viewer.