summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-06-23 11:56:57 +0000
committergad <gad@FreeBSD.org>2004-06-23 11:56:57 +0000
commit124619453d9830687c7c3ea9546afc1d026ad6db (patch)
treed9f09cce579e6e640c53fd88d01c1705b3a5f9e3 /bin/ps/extern.h
parenteb9807848c2e4258f5d8291faf1b0bfc00e57d34 (diff)
downloadFreeBSD-src-124619453d9830687c7c3ea9546afc1d026ad6db.zip
FreeBSD-src-124619453d9830687c7c3ea9546afc1d026ad6db.tar.gz
Make sure the value of "upr" (scheduling priority on return from system call)
is scaled in the same way that "pri" (scheduling priority) is scaled. Submitted by: Cyrille Lefevre
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 3642fc9..7e877f4 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -82,6 +82,7 @@ void tdev(KINFO *, VARENT *);
void tname(KINFO *, VARENT *);
void ucomm(KINFO *, VARENT *);
void uname(KINFO *, VARENT *);
+void upr(KINFO *, VARENT *);
void vsize(KINFO *, VARENT *);
void wchan(KINFO *, VARENT *);
__END_DECLS
OpenPOWER on IntegriCloud