Code

tail plugin: Rename DSType from Latency to Distribution.
[collectd.git] / src / contextswitch.c
index 3bd6d9f53cc849421760fa211dfab9caddb106a7..834fbd74cd9182c7931c6a2ce898cb98650c01cc 100644 (file)
@@ -53,7 +53,6 @@ static void cs_submit (derive_t context_switches)
 
        vl.values = &(value_t) { .derive = context_switches };
        vl.values_len = 1;
-       sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "contextswitch", sizeof (vl.plugin));
        sstrncpy (vl.type, "contextswitch", sizeof (vl.type));