mapper: correct some variable names missed from change
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
parent
f3767dddf8
commit
82d4275c3b
2 changed files with 23 additions and 23 deletions
|
|
@ -162,7 +162,7 @@ type workResult struct {
|
|||
|
||||
// work represents a unit of work to be processed by workers.
|
||||
type work struct {
|
||||
r change.Change
|
||||
c change.Change
|
||||
nodeID types.NodeID
|
||||
resultCh chan<- workResult // optional channel for synchronous operations
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue