Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: remove 4-byte hole in struct schema_field_value
Alignment of structure members to "natural" address boundaries will cause to a 4-byte gap between field_name and field_name_len on 64-bit platform. If the members will be swapped, the gap is gone.
- Loading branch information