Fix erasure build

This commit is contained in:
Greg Fitzgerald 2018-08-09 14:00:30 -06:00
parent dc2a840985
commit 8707abe091
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ use packet::{BlobRecycler, SharedBlob, BLOB_DATA_SIZE, BLOB_HEADER_SIZE};
use std::cmp;
use std::mem;
use std::result;
use streamer::WindowSlot;
use window::WindowSlot;
//TODO(sakridge) pick these values
pub const NUM_DATA: usize = 16; // number of data blobs
@ -611,7 +611,7 @@ mod test {
use signature::Keypair;
use signature::KeypairUtil;
// use std::sync::{Arc, RwLock};
use streamer::{index_blobs, WindowSlot};
use window::{index_blobs, WindowSlot};
#[test]
pub fn test_coding() {