2 Copyright 2020 Google LLC
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file or at
6 https://developers.google.com/open-source/licenses/bsd
14 struct reftable_merged_table
{
15 struct reftable_table
*stack
;
19 /* If unset, produce deletions. This is useful for compaction. For the
20 * full stack, deletions should be produced. */
21 int suppress_deletions
;
28 struct reftable_iterator
*stack
;
32 int suppress_deletions
;
33 struct merged_iter_pqueue pq
;
36 void merged_table_release(struct reftable_merged_table
*mt
);