iowatcher: fixup the Makefile
[blktrace.git] / blkiomon.h
index 2e430a61533654ca26afc4312c510c1e9c9477ee..2ea17161c1ab3aab0236fbefba2b1e7be3512eb0 100644 (file)
@@ -34,6 +34,7 @@ struct blkiomon_stat {
        __u64 time;
        __u32 size_hist[BLKIOMON_SIZE_BUCKETS];
        __u32 d2c_hist[BLKIOMON_D2C_BUCKETS];
+       __u32 device;
        struct minmax size_r;
        struct minmax size_w;
        struct minmax d2c_r;
@@ -41,8 +42,7 @@ struct blkiomon_stat {
        struct minmax thrput_r;
        struct minmax thrput_w;
        __u64 bidir;
-       __u32 device;
-} __attribute__ ((packed));
+};
 
 static struct histlog2 size_hist = {
        .first = 0,