start writing the reveive part
This commit is contained in:
@@ -20,7 +20,8 @@ struct SHA1 final : public StateI {
|
||||
mio::mmap_source&& file_map,
|
||||
const FTInfoSHA1&& sha1_info,
|
||||
const std::vector<uint8_t>&& sha1_info_data,
|
||||
const std::vector<uint8_t>&& sha1_info_hash,
|
||||
//const std::vector<uint8_t>&& sha1_info_hash,
|
||||
const SHA1Digest&& sha1_info_hash,
|
||||
std::vector<bool>&& have_chunk
|
||||
);
|
||||
~SHA1(void) override = default;
|
||||
|
||||
Reference in New Issue
Block a user