Skip to content

Commit

Permalink
ondisk: MemDfeSearchElement32: Default _padding* to 0.
Browse files Browse the repository at this point in the history
Fixes <#127>.
  • Loading branch information
daym authored and Danny Milosavljevic committed May 3, 2024
1 parent 44c51dc commit a3d2d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ondisk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3875,8 +3875,8 @@ pub mod memory {
header: MemDfeSearchElementHeader,
payload: MemDfeSearchElementPayload,
payload_ext: MemDfeSearchElementPayloadExt,
_padding_0: u8,
_padding_1: u8,
_padding_0 || #[serde(default)] SerdeHex8 : u8,
_padding_1 || #[serde(default)] SerdeHex8 : u8,
}
}

Expand Down

0 comments on commit a3d2d8f

Please sign in to comment.