mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
expand abbreviation for clarity
This looked like a typo before.
This commit is contained in:
parent
de662a88f5
commit
f8420883a1
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ pub(crate) struct Service {
|
||||||
LruCache<
|
LruCache<
|
||||||
u64,
|
u64,
|
||||||
Vec<(
|
Vec<(
|
||||||
u64, // sstatehash
|
u64, // shortstatehash
|
||||||
Arc<HashSet<CompressedStateEvent>>, // full state
|
Arc<HashSet<CompressedStateEvent>>, // full state
|
||||||
Arc<HashSet<CompressedStateEvent>>, // added
|
Arc<HashSet<CompressedStateEvent>>, // added
|
||||||
Arc<HashSet<CompressedStateEvent>>, // removed
|
Arc<HashSet<CompressedStateEvent>>, // removed
|
||||||
|
|
@ -41,7 +41,7 @@ impl Service {
|
||||||
shortstatehash: u64,
|
shortstatehash: u64,
|
||||||
) -> Result<
|
) -> Result<
|
||||||
Vec<(
|
Vec<(
|
||||||
u64, // sstatehash
|
u64, // shortstatehash
|
||||||
Arc<HashSet<CompressedStateEvent>>, // full state
|
Arc<HashSet<CompressedStateEvent>>, // full state
|
||||||
Arc<HashSet<CompressedStateEvent>>, // added
|
Arc<HashSet<CompressedStateEvent>>, // added
|
||||||
Arc<HashSet<CompressedStateEvent>>, // removed
|
Arc<HashSet<CompressedStateEvent>>, // removed
|
||||||
|
|
@ -152,7 +152,7 @@ impl Service {
|
||||||
statediffremoved: Arc<HashSet<CompressedStateEvent>>,
|
statediffremoved: Arc<HashSet<CompressedStateEvent>>,
|
||||||
diff_to_sibling: usize,
|
diff_to_sibling: usize,
|
||||||
mut parent_states: Vec<(
|
mut parent_states: Vec<(
|
||||||
u64, // sstatehash
|
u64, // shortstatehash
|
||||||
Arc<HashSet<CompressedStateEvent>>, // full state
|
Arc<HashSet<CompressedStateEvent>>, // full state
|
||||||
Arc<HashSet<CompressedStateEvent>>, // added
|
Arc<HashSet<CompressedStateEvent>>, // added
|
||||||
Arc<HashSet<CompressedStateEvent>>, // removed
|
Arc<HashSet<CompressedStateEvent>>, // removed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue