Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Neo <[email protected]>
  • Loading branch information
CalvinNeo committed Sep 19, 2024
1 parent 56c4e14 commit 8d4e895
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions proxy_components/engine_store_ffi/src/core/serverless_extra.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
// Copyright 2024 TiKV Project Authors. Licensed under Apache-2.0.

use std::convert::TryInto;

use crate::{
core::common::*,
ffi::interfaces_ffi::{FastAddPeerRes, FastAddPeerStatus},
};
use crate::ffi::interfaces_ffi::FastAddPeerRes;

#[derive(Default)]
pub struct ServerlessExtra {
shard_ver: u64,
inner_key: Vec<u8>,
enc_key: Vec<u8>,
txn_file_ref: Vec<u8>,
_shard_ver: u64,
_inner_key: Vec<u8>,
_enc_key: Vec<u8>,
_txn_file_ref: Vec<u8>,
}

impl ServerlessExtra {
Expand Down

0 comments on commit 8d4e895

Please sign in to comment.