Fix erasure build
This commit is contained in:
@ -3,7 +3,7 @@ use packet::{BlobRecycler, SharedBlob, BLOB_DATA_SIZE, BLOB_HEADER_SIZE};
|
|||||||
use std::cmp;
|
use std::cmp;
|
||||||
use std::mem;
|
use std::mem;
|
||||||
use std::result;
|
use std::result;
|
||||||
use streamer::WindowSlot;
|
use window::WindowSlot;
|
||||||
|
|
||||||
//TODO(sakridge) pick these values
|
//TODO(sakridge) pick these values
|
||||||
pub const NUM_DATA: usize = 16; // number of data blobs
|
pub const NUM_DATA: usize = 16; // number of data blobs
|
||||||
@ -611,7 +611,7 @@ mod test {
|
|||||||
use signature::Keypair;
|
use signature::Keypair;
|
||||||
use signature::KeypairUtil;
|
use signature::KeypairUtil;
|
||||||
// use std::sync::{Arc, RwLock};
|
// use std::sync::{Arc, RwLock};
|
||||||
use streamer::{index_blobs, WindowSlot};
|
use window::{index_blobs, WindowSlot};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
pub fn test_coding() {
|
pub fn test_coding() {
|
||||||
|
Reference in New Issue
Block a user