trying to raise an error

This commit is contained in:
Rob Walker
2018-07-25 03:35:36 -07:00
parent 8b01e6ac0b
commit 9c7913ac9e
3 changed files with 28 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
// Support erasure coding
use packet::{BlobRecycler, SharedBlob, BLOB_HEADER_SIZE, BLOB_SIZE};
use packet::{BlobRecycler, SharedBlob, BLOB_DATA_SIZE, BLOB_HEADER_SIZE};
use std::cmp;
use std::mem;
use std::result;