blob: fix verifyBlobRange() MVC api

This commit is contained in:
Dennis Zhou 2022-09-21 09:42:32 -07:00
parent 4ea4546cb6
commit d5623766d2
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ struct FdbCApi : public ThreadSafeReferenceCounted<FdbCApi> {
int begin_key_name_length,
uint8_t const* end_key_name,
int end_key_name_length,
Optional<Version> version);
int64_t version);
// Tenant
fdb_error_t (*tenantCreateTransaction)(FDBTenant* tenant, FDBTransaction** outTransaction);