]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Break Monitor into smaller functions.
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:07 +0000 (20:58 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:07 +0000 (20:58 +1100)
commit2e0172b1100ef1cb92098f2de8675759f5805566
tree7faaff8a48ff9f614238101f5512198156f363b2
parentca750d9830cca2454cd6c8d1679dfb9b62f57281
Break Monitor into smaller functions.

Monitor() has become way too big.  Break it up into multiple smaller
functions that are all called from the main loop.

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