Ignore:
Timestamp:
07/11/05 21:55:28 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
75d5e70
Parents:
6654022
Message:

changes all over manily in the checking code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckSystem/PDHCollector.h

    r6654022 re26cfe0  
    3030  int checkIntervall_; 
    3131 
    32   PDHCollectors::StaticPDHCounterListener<__int64, PDH_FMT_LARGE> memCmtLim; 
    33   PDHCollectors::StaticPDHCounterListener<__int64, PDH_FMT_LARGE> memCmt; 
    34   PDHCollectors::StaticPDHCounterListener<__int64, PDH_FMT_LARGE> upTime; 
    35   PDHCollectors::RoundINTPDHBufferListener<__int64, PDH_FMT_LARGE> cpu; 
     32  PDHCollectors::StaticPDHCounterListener<__int64, PDHCollectors::format_large> memCmtLim; 
     33  PDHCollectors::StaticPDHCounterListener<__int64, PDHCollectors::format_large> memCmt; 
     34  PDHCollectors::StaticPDHCounterListener<__int64, PDHCollectors::format_large> upTime; 
     35  PDHCollectors::RoundINTPDHBufferListener<__int64, PDHCollectors::format_large> cpu; 
    3636 
    3737public: 
Note: See TracChangeset for help on using the changeset viewer.