summaryrefslogtreecommitdiff
path: root/mdmon.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-07-12 20:27:40 +1000
committerNeil Brown <neilb@suse.de>2008-07-12 20:27:40 +1000
commitedd8d13c0247b8df5876a94c2d61d74d2cf62c7e (patch)
tree77b53caceb67a989f19811044ce15a61a76bcd28 /mdmon.h
parentbfa44e2e7afb88a9f2d6083f8ff31c2d50cc78dc (diff)
Create arrays via metadata-update
Support creating arrays inside an active ddf container by sending a metadata update over a pipe to mdmon.
Diffstat (limited to 'mdmon.h')
-rw-r--r--mdmon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdmon.h b/mdmon.h
index 40385337..02cdb094 100644
--- a/mdmon.h
+++ b/mdmon.h
@@ -41,12 +41,6 @@ struct active_array {
* superswitch. All common code sees them as opaque
* blobs.
*/
-struct metadata_update {
- int len;
- char *buf;
- void *space; /* allocated space that monitor will use */
- struct metadata_update *next;
-};
extern struct metadata_update *update_queue, *update_queue_handled;
#define MD_MAJOR 9