New field dc_ticks must be added *after* all other fields of same type
("unsigned int" here). This is compulsory to make older versions of
sar/sadf able to read this structure.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
unsigned long dc_sect __attribute__ ((aligned (8)));
unsigned int rd_ticks __attribute__ ((aligned (8)));
unsigned int wr_ticks;
- unsigned int dc_ticks;
unsigned int tot_ticks;
unsigned int rq_ticks;
unsigned int major;
unsigned int minor;
+ unsigned int dc_ticks;
};
#define STATS_DISK_SIZE (sizeof(struct stats_disk))