]> granicus.if.org Git - sysstat/commitdiff
rd_stats.h: Fix stats_disk structure composition
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 26 Nov 2018 13:27:32 +0000 (14:27 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 26 Nov 2018 13:27:32 +0000 (14:27 +0100)
Structure stats_disk's composition has been modified with the addition
of discard I/O fields. So update its description.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
rd_stats.h

index b13bbba41e1dd5386a62f019cbbe04bb8c1c165b..737199092b5901bacc9a1cdbfeaf03713d64a986 100644 (file)
@@ -273,8 +273,8 @@ struct stats_disk {
 
 #define STATS_DISK_SIZE        (sizeof(struct stats_disk))
 #define STATS_DISK_ULL 1
-#define STATS_DISK_UL  2
-#define STATS_DISK_U   6
+#define STATS_DISK_UL  3
+#define STATS_DISK_U   7
 
 /* Structure for network interfaces statistics */
 struct stats_net_dev {