Cluster refactor: Create new cluster.c and include of cluster_legacy.h

create new cluster.c

Signed-off-by: Josh Hershberg <yehoshua@redis.com>

forgot to #include cluster_legacy.h

Signed-off-by: Josh Hershberg <yehoshua@redis.com>
This commit is contained in:
Josh Hershberg 2023-11-14 13:36:43 +02:00
parent 86915775f1
commit 6a6ae6ffe8
2 changed files with 1 additions and 0 deletions

0
src/cluster.c Normal file
View File

View File

@ -30,6 +30,7 @@
#include "server.h"
#include "cluster.h"
#include "cluster_legacy.h"
#include "endianconv.h"
#include "connection.h"