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
108235f0
Commit
108235f0
authored
Apr 09, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
dac682a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
wcfs/zblk.go
wcfs/zblk.go
+2
-2
wcfs/δftail.go
wcfs/δftail.go
+1
-1
No files found.
wcfs/zblk.go
View file @
108235f0
...
...
@@ -58,7 +58,7 @@ import (
// ZBlk is the interface that every ZBlk* block implements.
type
ZBlk
interface
{
zodb
.
IPersistent
_
I
ZBlkInΔFtail
_ZBlkInΔFtail
// loadBlkData loads from database and returns data block stored by this ZBlk.
//
...
...
@@ -106,7 +106,7 @@ func (zb *zBlk0State) PySetState(pystate interface{}) error {
return
nil
}
// loadBlkData implements
_
ZBlk.
// loadBlkData implements ZBlk.
func
(
zb
*
ZBlk0
)
loadBlkData
(
ctx
context
.
Context
)
(
_
[]
byte
,
_
zodb
.
Tid
,
err
error
)
{
defer
xerr
.
Contextf
(
&
err
,
"ZBlk0(%s): loadBlkData"
,
zb
.
POid
())
...
...
wcfs/δftail.go
View file @
108235f0
...
...
@@ -121,7 +121,7 @@ type ΔFile struct {
blkBoundTo() map[*BigFile]SetI64
*/
// XXX -> _IInΔFtail ?
type
_
I
ZBlkInΔFtail
interface
{
type
_ZBlkInΔFtail
interface
{
// inΔFtail returns pointer to struct zblkInΔFtail embedded into this ZBlk.
//
// this structure is volatile in-RAM only and is used to track
...
...
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