Merge all versions created in a given reduce operation
This commit is contained in:
parent
fe74c6fb34
commit
e99a3925e0
3 changed files with 12 additions and 3 deletions
|
|
@ -94,6 +94,8 @@ StackPopResult ts_stack_pop_pending(Stack *, StackVersion);
|
|||
|
||||
StackPopResult ts_stack_pop_all(Stack *, StackVersion);
|
||||
|
||||
void ts_stack_merge_from(Stack *, StackVersion);
|
||||
|
||||
void ts_stack_merge(Stack *);
|
||||
|
||||
void ts_stack_renumber_version(Stack *, StackVersion, StackVersion);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue