Add previous field handling in FrostFsSplit grpc export
This commit is contained in:
parent
e179c32a3c
commit
586703636a
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ public class FrostFsSplit(SplitId splitId,
|
|||
SplitId = SplitId?.GetSplitId(),
|
||||
Parent = Parent?.ToMessage(),
|
||||
ParentHeader = ParentHeader?.GetHeader(),
|
||||
ParentSignature = ParentSignature?.ToMessage()
|
||||
ParentSignature = ParentSignature?.ToMessage(),
|
||||
Previous = Previous?.ToMessage(),
|
||||
};
|
||||
|
||||
if (Children != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue