Commit 74b5fcb
committed
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.1 parent eee32f0 commit 74b5fcb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments