Merge all versions created in a given reduce operation

This commit is contained in:
Max Brunsfeld 2016-04-24 00:55:19 -07:00
parent fe74c6fb34
commit e99a3925e0
3 changed files with 12 additions and 3 deletions

View file

@ -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);