blob: 52a21e0d6dbc5c1a3dc924c5ff4718b84e3ff0c5 [file] [log] [blame]
#ifndef _MD_CLUSTER_H
#define _MD_CLUSTER_H
#include "md.h"
struct mddev;
struct md_cluster_operations {
int (*join)(struct mddev *mddev, int nodes);
int (*leave)(struct mddev *mddev);
int (*slot_number)(struct mddev *mddev);
};
#endif /* _MD_CLUSTER_H */