an Entry needs to be multiple of 4 bytes long

This commit is contained in:
Rob Walker 2018-06-26 12:20:09 -07:00 committed by Grimes
parent 4e2f1a519e
commit eb63dbcd2a
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ pub struct Entry {
/// 2. this Entry can be left out of the bank's entry_id cache for
/// purposes of duplicate rejection
pub has_more: bool,
erasure_pad: [u8; 3],
}
impl Entry {