From da236ca318e515a5a1b2156b8dccdf23166c787f Mon Sep 17 00:00:00 2001 From: Leigh Simpson Date: Wed, 29 Jan 2014 22:41:55 +0000 Subject: Added additional column to monitor OOM killer score of each process --- ProcessList.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index cabd68d6..437c57f4 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -172,6 +172,10 @@ void ProcessList_sort(ProcessList* this); #endif +#ifdef HAVE_OOM + +#endif + void ProcessList_scan(ProcessList* this); -- cgit v1.2.3