]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
Save memory by avoiding padding after sha1_hash fields
[wimlib] / include / wimlib / blob_table.h
index 6dbbe55a7e9c9b489e39c9eeb6ebb28bb8c8650b..ee1cd0faa8f4cb5c544c02d1efb507a56ec21647 100644 (file)
@@ -108,7 +108,7 @@ struct blob_descriptor {
                        struct wim_inode *back_inode;
                        u32 back_stream_id;
                };
-       };
+       } _packed_attribute; /* union is SHA1_HASH_SIZE bytes */
 
        /* Number of times this blob is referenced by file streams in WIM
         * images.  See blob_decrement_refcnt() for information about the