diff options
author | Neil Brown <neilb@suse.de> | 2008-07-12 12:27:40 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-07-12 12:27:40 +0200 |
commit | edd8d13c0247b8df5876a94c2d61d74d2cf62c7e (patch) | |
tree | 77b53caceb67a989f19811044ce15a61a76bcd28 /mdmon.h | |
parent | Revise message passing code. (diff) | |
download | mdadm-edd8d13c0247b8df5876a94c2d61d74d2cf62c7e.tar.xz mdadm-edd8d13c0247b8df5876a94c2d61d74d2cf62c7e.zip |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |