chore(server): reduce iouring exposure across the codebase (#342)

Refactor RdbSnapshot and consolidate iouring linux file handling in a single place.
This commit is contained in:
Roman Gershman 2022-10-02 22:53:52 +03:00 committed by GitHub
parent 21feebe47b
commit cf779c08a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 56 additions and 67 deletions

View file

@ -20,7 +20,6 @@ extern "C" {
#include "server/engine_shard_set.h"
#include "server/rdb_load.h"
#include "server/test_utils.h"
#include "util/uring/uring_pool.h"
using namespace testing;
using namespace std;