This commit is contained in:
Rob Walker
2018-07-18 13:28:03 -07:00
parent d713e3c2cf
commit 3d80926508
3 changed files with 133 additions and 86 deletions

View File

@ -25,7 +25,7 @@ pub const BLOB_DATA_SIZE: usize = BLOB_SIZE - BLOB_HEADER_SIZE;
pub const PACKET_DATA_SIZE: usize = 256;
pub const NUM_BLOBS: usize = (NUM_PACKETS * PACKET_DATA_SIZE) / BLOB_SIZE;
#[derive(Clone, Default)]
#[derive(Clone, Default, Debug)]
#[repr(C)]
pub struct Meta {
pub size: usize,