mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
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:
parent
21feebe47b
commit
cf779c08a4
11 changed files with 56 additions and 67 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue