Commit a2c95c8c authored by Ramon Nou's avatar Ramon Nou
Browse files

db

parent 0e619fc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -148,8 +148,8 @@ MetadataDB::update(const std::string& old_key, const std::string& new_key,

off_t
MetadataDB::increase_size(const std::string& key, size_t io_size, off_t offset,
                          bool append) {
    return backend_->increase_size(key, io_size, offset, append);
                          bool append, bool clear_inline) {
    return backend_->increase_size(key, io_size, offset, append, clear_inline);
}

void