ports/sysutils/htop/files/patch-Process.h
Guido Falsi e6c544f915 Update to 1.0.3
PR:		194450
Submitted by:	Hung-Yi Chen <gaod at hychen.org> (maintainer)
2014-10-28 22:14:42 +00:00

16 lines
515 B
C

--- Process.h.orig 2014-10-19 02:06:35.000000000 +0800
+++ Process.h 2014-10-19 02:06:49.000000000 +0800
@@ -201,11 +201,11 @@
bool Process_setPriority(Process* this, int priority);
bool Process_changePriorityBy(Process* this, size_t delta);
-
+/*
IOPriority Process_updateIOPriority(Process* this);
bool Process_setIOPriority(Process* this, IOPriority ioprio);
-
+*/
/*
[1] Note that before kernel 2.6.26 a process that has not asked for
an io priority formally uses "none" as scheduling class, but the