Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Dec 29, 2023
1 parent cae99c9 commit 4b26e9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions object/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ enum ObjectType {

// Object lock
LOCK = 3;

// Initialization part of the split regular object
INIT = 4;
}

// Type of match expression
Expand Down Expand Up @@ -181,6 +184,8 @@ message Header {
// the same `split_id` value.
bytes split_id = 6 [json_name = "splitID"];

// todo
neo.fs.v2.refs.ObjectID init = 7 [json_name = "init"];
}
// Position of the object in the split hierarchy
Split split = 11 [json_name = "split"];
Expand Down Expand Up @@ -222,4 +227,7 @@ message SplitInfo {
// split header with the original object header and a sorted list of
// object parts.
neo.fs.v2.refs.ObjectID link = 3;

// todo
neo.fs.v2.refs.ObjectID init_part = 4;
}

0 comments on commit 4b26e9e

Please sign in to comment.