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:
parent
86915775f1
commit
6a6ae6ffe8
0
src/cluster.c
Normal file
0
src/cluster.c
Normal file
@ -30,6 +30,7 @@
|
||||
|
||||
#include "server.h"
|
||||
#include "cluster.h"
|
||||
#include "cluster_legacy.h"
|
||||
#include "endianconv.h"
|
||||
#include "connection.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user