move cluster table management from ec3_reader/writer to ec3_pipeline

This commit is contained in:
2025-02-15 12:36:37 +00:00
parent 6ffbb791fe
commit de99b88097
17 changed files with 491 additions and 127 deletions

View File

@@ -42,7 +42,7 @@ static enum ec3_status add_file(
struct ec3_tag_writer *tag = NULL;
enum ec3_status status
= ec3_writer_create_tag(writer, type, id, 0, &tag);
= ec3_writer_create_tag(writer, 0, type, id, 0, &tag);
if (status != EC3_SUCCESS) {
b_err("cannot initialise EC3 tag writer");