X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ftape.c;h=c95ebfb4edbe90c82098f4028f42751f74040058;hp=26bd969ac83c1c03b8060df1ed6cb7fa86009d3d;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=74ee9a04ef5785b31d1acbfdcbcece3370668cfe diff --git a/src/tape.c b/src/tape.c index 26bd969a..c95ebfb4 100644 --- a/src/tape.c +++ b/src/tape.c @@ -22,8 +22,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #if !HAVE_LIBKSTAT #error "No applicable input method." @@ -63,7 +63,8 @@ static void tape_submit(const char *plugin_instance, const char *type, derive_t read, derive_t write) { value_list_t vl = VALUE_LIST_INIT; value_t values[] = { - {.derive = read}, {.derive = write}, + {.derive = read}, + {.derive = write}, }; vl.values = values;