mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix: BufferAck is clonable
This commit is contained in:
parent
75a0df5e7c
commit
29fde1ad24
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use crate::ext::IgnorableError;
|
|||
|
||||
use super::worker::DeltaRequest;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub(crate) struct BufferAck {
|
||||
pub(crate) tx: mpsc::UnboundedSender<LocalVersion>,
|
||||
pub(crate) version: LocalVersion,
|
||||
|
|
Loading…
Reference in a new issue