Implement screen for active file locks

This commit is contained in:
Fynn Wulf
2020-10-09 21:02:27 +02:00
committed by Benny Baumann
parent 0806a7958b
commit 84dad4c38e
6 changed files with 313 additions and 1 deletions

View File

@ -129,6 +129,7 @@ linux_platform_headers = \
linux/LinuxProcessList.h \
linux/Platform.h \
linux/PressureStallMeter.h \
linux/ProcessLocksScreen.h \
linux/SELinuxMeter.h \
linux/ZramMeter.h \
linux/ZramStats.h \
@ -145,6 +146,7 @@ myhtopplatsources = \
linux/LinuxProcessList.c \
linux/Platform.c \
linux/PressureStallMeter.c \
linux/ProcessLocksScreen.c \
linux/SELinuxMeter.c \
linux/ZramMeter.c \
zfs/ZfsArcMeter.c \