sysresmonitoring/oommonitor/src/oommonitorplugin.cpp
branchRCL_3
changeset 2 7645e9ce10dc
parent 1 0fdb7f6b0309
child 18 0818dd463d41
equal deleted inserted replaced
1:0fdb7f6b0309 2:7645e9ce10dc
    17 
    17 
    18 
    18 
    19 #include <apgwgnam.h>
    19 #include <apgwgnam.h>
    20 #include "oommonitorplugin.h"
    20 #include "oommonitorplugin.h"
    21 #include "oommemorymonitor.h"
    21 #include "oommemorymonitor.h"
    22 #include "oomtraces.h"
    22 #include "OomTraces.h"
    23 
    23 
    24 // TLS is used to store the CMemoryMonitor pointer, CMemoryMonitor
    24 // TLS is used to store the CMemoryMonitor pointer, CMemoryMonitor
    25 // being the main object in the OOM monitor thread. This allows
    25 // being the main object in the OOM monitor thread. This allows
    26 // plugins to access the CMemoryMonitor object easily.
    26 // plugins to access the CMemoryMonitor object easily.
    27 EXPORT_C void SetMemoryMonitorTls(CMemoryMonitor* aMonitor)
    27 EXPORT_C void SetMemoryMonitorTls(CMemoryMonitor* aMonitor)