From 8ffb9b2c55a1c6fbbc744e60aad856fa46dbd820 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 20 Jul 2019 10:48:21 +0200 Subject: [PATCH] iostat: Removed unused definitions from iostat.h Signed-off-by: Sebastien GODARD --- iostat.h | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/iostat.h b/iostat.h index 621d56f..2a0359e 100644 --- a/iostat.h +++ b/iostat.h @@ -155,27 +155,4 @@ struct ext_io_stats { double darqsz; }; -/* - * Each io_stats structure has an associated io_hdr_stats structure. - * An io_hdr_stats structure tells if the corresponding device has been - * unregistered or not (status field) and also indicates the device name. - */ -struct io_hdr_stats { - unsigned int status __attribute__ ((aligned (4))); - unsigned int used __attribute__ ((packed)); - char name[MAX_NAME_LEN]; -}; - -#define IO_HDR_STATS_SIZE (sizeof(struct io_hdr_stats)) - -/* List of devices entered on the command line */ -struct io_dlist { - /* Indicate whether its partitions are to be displayed or not */ - int disp_part __attribute__ ((aligned (4))); - /* Device name */ - char dev_name[MAX_NAME_LEN]; -}; - -#define IO_DLIST_SIZE (sizeof(struct io_dlist)) - #endif /* _IOSTAT_H */ -- 2.49.0