summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dafe210)
raw | patch | inline | side by side (parent: dafe210)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 7 Feb 2011 13:42:17 +0000 (14:42 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 7 Feb 2011 13:42:17 +0000 (14:42 +0100) |
src/swap.c | patch | blob | history |
diff --git a/src/swap.c b/src/swap.c
index a20087dd98b56f7ce4e9273f247d78a3767c91c7..397969eff0ce0ea7a4eb48762bdef9d0e019bbd6 100644 (file)
--- a/src/swap.c
+++ b/src/swap.c
swap_submit (plugin_instance, "swap", type_instance, v);
} /* }}} void swap_submit_gauge */
+#if KERNEL_LINUX
static void swap_submit_derive (const char *plugin_instance, /* {{{ */
const char *type_instance, derive_t value)
{
swap_submit (plugin_instance, "swap_io", type_instance, v);
} /* }}} void swap_submit_derive */
-
-#if KERNEL_LINUX
static int swap_read_separate (void) /* {{{ */
{
FILE *fh;