This commit is contained in:
Antonio Scandurra 2022-03-11 17:13:28 +01:00
parent a74b602f18
commit 71aa5e5360

View file

@ -36,7 +36,7 @@ pub type ExcerptId = Locator;
pub struct MultiBuffer {
snapshot: RefCell<MultiBufferSnapshot>,
buffers: RefCell<HashMap<usize, BufferState>>,
used_excerpt_ids: SumTree<Locator>,
used_excerpt_ids: SumTree<ExcerptId>,
subscriptions: Topic,
singleton: bool,
replica_id: ReplicaId,