sysresmonitoring/oommonitor/inc/oomglobalconfig.h
branchRCL_3
changeset 18 0818dd463d41
parent 1 0fdb7f6b0309
equal deleted inserted replaced
17:5e7d68cc22e0 18:0818dd463d41
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    40     inline TBool ForceCheckAtPriority(TUint aPriority) const;
    40     inline TBool ForceCheckAtPriority(TUint aPriority) const;
    41     
    41     
    42 public:
    42 public:
    43     TInt iLowRamThreshold;
    43     TInt iLowRamThreshold;
    44     TInt iGoodRamThreshold;
    44     TInt iGoodRamThreshold;
       
    45     TBool iSwapUsageMonitored;
       
    46     TInt iLowSwapThreshold;
       
    47     TInt iGoodSwapThreshold;
    45     TUint iMaxCloseAppBatch;
    48     TUint iMaxCloseAppBatch;
    46     TInt iDefaultWaitAfterPlugin;
    49     TInt iDefaultWaitAfterPlugin;
    47     TInt iMaxAppExitTime;
    50     TInt iMaxAppExitTime;
    48     
    51     
    49     RHashSet<TUint> iForceCheckPriorities;
    52     RHashSet<TUint> iForceCheckPriorities;