Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
06f49148
Commit
06f49148
authored
Oct 18, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f9d2c4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
wcfs/internal/zdata/δftail.go
wcfs/internal/zdata/δftail.go
+6
-6
No files found.
wcfs/internal/zdata/δftail.go
View file @
06f49148
...
...
@@ -155,6 +155,12 @@ type ΔFtail struct {
ztrackInRoot
map
[
zodb
.
Oid
]
setOid
// {} zblk -> {}root
}
// _RootTrack represents tracking information about one particular tree as of @head.
type
_RootTrack
struct
{
ftrackSet
setOid
// {}foid which ZBigFiles refer to this tree
ztrackInBlk
map
[
zodb
.
Oid
]
setI64
// {} zblk -> {}blk which blocks map to zblk
}
// _ΔFileTail represents tail of revisional changes to one file.
type
_ΔFileTail
struct
{
root
zodb
.
Oid
// .blktab as of @head
...
...
@@ -175,12 +181,6 @@ type _ΔFileEpoch struct {
oldZinblk
map
[
zodb
.
Oid
]
setI64
// {} zblk -> {}blk
}
// _RootTrack represents tracking information about one particular tree as of @head.
type
_RootTrack
struct
{
ftrackSet
setOid
// {}foid which ZBigFiles refer to this tree
ztrackInBlk
map
[
zodb
.
Oid
]
setI64
// {} zblk -> {}blk which blocks map to zblk
}
// _RebuildJob represents currently in-progress vδE rebuilding job.
type
_RebuildJob
struct
{
ready
chan
struct
{}
// closed when job completes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment