Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
e0b6e2ee
Commit
e0b6e2ee
authored
Dec 13, 2015
by
Martin "eto" Misuth
Browse files
enabled swap meter
parent
9d55c56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
freebsd/Platform.c
View file @
e0b6e2ee
...
...
@@ -187,7 +187,9 @@ void Platform_setMemoryValues(Meter* this) {
}
void
Platform_setSwapValues
(
Meter
*
this
)
{
// TODO
ProcessList
*
pl
=
(
ProcessList
*
)
this
->
pl
;
this
->
total
=
pl
->
totalSwap
;
this
->
values
[
0
]
=
pl
->
usedSwap
;
}
void
Platform_setTasksValues
(
Meter
*
this
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment