summaryrefslogtreecommitdiffstats
path: root/mdmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdmon.h')
-rw-r--r--mdmon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdmon.h b/mdmon.h
index b84e270..ad1a678 100644
--- a/mdmon.h
+++ b/mdmon.h
@@ -11,7 +11,6 @@ struct active_array {
struct active_array *next, *replaces;
int action_fd;
- int sync_pos_fd;
int resync_start_fd;
enum array_state prev_state, curr_state, next_state;
@@ -19,7 +18,6 @@ struct active_array {
int devnum;
- unsigned long long sync_pos;
unsigned long long resync_start;
};