Upgrade to Rust 1.41.1 (#8529)

automerge
This commit is contained in:
mergify[bot]
2020-02-28 10:07:39 -08:00
committed by GitHub
parent 80206decf8
commit 797e4b11e2
6 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ pub const NUM_PACKETS: usize = 1024 * 8;
pub const PACKETS_PER_BATCH: usize = 256;
pub const NUM_RCVMMSGS: usize = 128;
pub const PACKETS_BATCH_SIZE: usize = (PACKETS_PER_BATCH * PACKET_DATA_SIZE);
pub const PACKETS_BATCH_SIZE: usize = PACKETS_PER_BATCH * PACKET_DATA_SIZE;
#[derive(Debug, Clone)]
pub struct Packets {