sysresmonitoring/oommonitor/src/oommemorymonitor.cpp
changeset 81 676b6116ca93
parent 77 b01c07dfcf84
--- a/sysresmonitoring/oommonitor/src/oommemorymonitor.cpp	Tue Oct 12 17:17:12 2010 +0300
+++ b/sysresmonitoring/oommonitor/src/oommemorymonitor.cpp	Wed Oct 20 17:03:03 2010 +0300
@@ -214,7 +214,7 @@
     User::CompressAllHeaps();
     TInt currentFreeRam = 0;
     HAL::Get( HALData::EMemoryRAMFree, currentFreeRam );
-	TInt currentFreeSwap = 0;
+	TUint64 currentFreeSwap = 0;
 	if (iConfig->GlobalConfig().iSwapUsageMonitored)
 		{
         SVMSwapInfo swapInfo;