mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore(tiering): Move files and move kb literal to common (#2868)
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
2a4d3ae08e
commit
5979fd1cb9
20 changed files with 80 additions and 59 deletions
|
@ -46,6 +46,7 @@ extern "C" {
|
|||
#include "server/serializer_commons.h"
|
||||
#include "server/server_state.h"
|
||||
#include "server/set_family.h"
|
||||
#include "server/tiering/common.h" // for _KB literal
|
||||
#include "server/transaction.h"
|
||||
#include "strings/human_readable.h"
|
||||
|
||||
|
@ -61,6 +62,7 @@ using nonstd::make_unexpected;
|
|||
using namespace util;
|
||||
using absl::GetFlag;
|
||||
using rdb::errc;
|
||||
using namespace tiering::literals;
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue