Commit 6a6ae6ff authored by Josh Hershberg's avatar Josh Hershberg
Browse files

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



create new cluster.c
Signed-off-by: default avatarJosh Hershberg <yehoshua@redis.com>

forgot to #include cluster_legacy.h
Signed-off-by: default avatarJosh Hershberg <yehoshua@redis.com>
parent 86915775
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "server.h" #include "server.h"
#include "cluster.h" #include "cluster.h"
#include "cluster_legacy.h"
#include "endianconv.h" #include "endianconv.h"
#include "connection.h" #include "connection.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment