summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-01-10 19:40:04 +0100
committerBenBE <BenBE@geshi.org>2023-02-05 00:17:33 +0100
commitda494896914a327476ab7e0298619d742a6205d4 (patch)
tree700db7b14d148c492b1fb0295462fee2214239ed /Makefile.am
parentf1da8cfa28cce46cc7a4ab1661be35e2173155ab (diff)
Add support for scheduling policies
Add a process column for scheduling policy to show the current scheduling policy of the process. Add a the ability to change the scheduling policy of a process via the key 'Y'. Currently implemented on Linux and FreeBSD only but should be portable, since sched_getscheduler(2) is part of POSIX.1-2001. Closes: #1161
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8af1864a..1c685e4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,7 @@ myhtopsources = \
ProcessList.c \
ProcessLocksScreen.c \
RichString.c \
+ Scheduling.c \
ScreenManager.c \
ScreensPanel.c \
Settings.c \
@@ -135,6 +136,7 @@ myhtopheaders = \
ProcessLocksScreen.h \
ProvideCurses.h \
RichString.h \
+ Scheduling.h \
ScreenManager.h \
ScreensPanel.h \
Settings.h \

© 2014-2024 Faster IT GmbH | imprint | privacy policy