Skip to content

Commit

Permalink
KVStore: Fix FFI in disagg mode (#8855)
Browse files Browse the repository at this point in the history
close #8835
  • Loading branch information
CalvinNeo committed Mar 20, 2024
1 parent 298703b commit 3234fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/Storages/KVStore/FFI/ProxyFFI.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ inline EngineStoreServerHelper GetEngineStoreServerHelper(EngineStoreServerWrap
.fn_fast_add_peer = FastAddPeer,
.fn_query_fap_snapshot_state = QueryFapSnapshotState,
.fn_clear_fap_snapshot = ClearFapSnapshot,
.fn_kvstore_region_exists = KvstoreRegionExists,
.fn_report_thread_allocate_info = ReportThreadAllocateInfo,
.fn_report_thread_allocate_batch = ReportThreadAllocateBatch,
};
Expand Down

0 comments on commit 3234fef

Please sign in to comment.