summaryrefslogtreecommitdiff
path: root/mdmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdmon.h')
-rw-r--r--mdmon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mdmon.h b/mdmon.h
index a965ecc..60fda38 100644
--- a/mdmon.h
+++ b/mdmon.h
@@ -26,7 +26,6 @@ enum array_state { clear, inactive, suspended, readonly, read_auto,
enum sync_action { idle, reshape, resync, recover, check, repair, bad_action };
-
struct active_array {
struct mdinfo info;
struct supertype *container;
@@ -73,7 +72,6 @@ extern struct active_array *discard_this;
extern struct active_array *pending_discard;
extern struct md_generic_cmd *active_cmd;
-
void remove_pidfile(char *devname);
void do_monitor(struct supertype *container);
void do_manager(struct supertype *container);
@@ -97,4 +95,3 @@ static inline int is_resync_complete(struct mdinfo *array)
return 1;
return 0;
}
-