projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab5318
)
swap plugin: Reapply a patch for Solaris.
author
Christophe Kalt
<collectd@klb.taranis.org>
Sat, 23 Feb 2008 09:47:20 +0000
(10:47 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 23 Feb 2008 09:47:20 +0000
(10:47 +0100)
This is a previously applied change that somehow got lost.
See http://git.verplant.org/?p=collectd.git;a=commitdiff;h=
ee1113650b0b565776fc3d62162d84741e234f05
and http://git.verplant.org/?p=collectd.git;a=commitdiff;h=
f68b68c5825efbd23c51531ff4e43c78a3bb2b3b
src/swap.c
patch
|
blob
|
history
diff --git
a/src/swap.c
b/src/swap.c
index
4a414b7
..
1cf7077
100644
(file)
--- a/
src/swap.c
+++ b/
src/swap.c
@@
-232,7
+232,7
@@
static int swap_read (void)
swap_submit ("used", swap_alloc);
swap_submit ("free", swap_avail);
- swap_submit ("reserved", swap_resv
- swap_alloc
);
+ swap_submit ("reserved", swap_resv);
/* #endif HAVE_LIBKSTAT */
#elif defined(VM_SWAPUSAGE)