mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Added additional column to monitor OOM killer score of each process
This commit is contained in:
@ -172,6 +172,10 @@ void ProcessList_sort(ProcessList* this);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OOM
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
void ProcessList_scan(ProcessList* this);
|
||||
|
||||
|
Reference in New Issue
Block a user