]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Create 'struct context' for ad hoc context option.
authorNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 07:17:33 +0000 (17:17 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Jul 2012 07:17:33 +0000 (17:17 +1000)
commit9e33d55609251a75e6320996fbdea6c4a702560e
tree4dac92745540d223a4cc43bfa1f0ba03fd1d0a5d
parent79868890041f70b0c41e229b9417d05ad362d1d9
Create 'struct context' for ad hoc context option.

Rather than passing a long list of little flags etc to various
functions we will soon pass a small collection of structures.

This first step combines a collection of variables local to
'main' into a single structure.

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.c
mdadm.h