]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
processes plugin: Remove unused struct field.
authorFlorian Forster <octo@collectd.org>
Sat, 24 Feb 2024 21:31:20 +0000 (22:31 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 24 Feb 2024 22:21:29 +0000 (23:21 +0100)
src/processes.c

index 57f14a2c4dd792572043f73197c3d67c5ac8b470..8ec61aa1c2c5facb29ac491153a7815f1943caa0 100644 (file)
@@ -221,7 +221,6 @@ typedef struct {
 /* procstat_entry_t represents a process/thread cached in between reads. */
 typedef struct procstat_entry_s {
   unsigned long id;
-  unsigned char age;
   // The time the process started after system boot.
   // Value is in jiffies.
   unsigned long long starttime;