Make params variable local
authorHannes Reinecke <hare@suse.de>
Thu, 22 Oct 2009 14:25:57 +0000 (16:25 +0200)
committerHannes Reinecke <hare@suse.de>
Tue, 3 May 2011 11:41:36 +0000 (13:41 +0200)
commit15fd093e5e42321b5bde02db8b404e6f23507a96
treeae46f1912e1122309254580eb8fb0f4c91598d34
parent075aa0dba406237404a3c00150e6a3205e1c2c23
Make params variable local

The 'params' structure field in struct multipath is a purely local
variable, and as such shouldn't be part of the main structure.

Signed-off-by: Hannes Reinecke <hare@suse.de>
13 files changed:
libmultipath/configure.c
libmultipath/configure.h
libmultipath/devmapper.c
libmultipath/devmapper.h
libmultipath/dmparser.c
libmultipath/dmparser.h
libmultipath/print.c
libmultipath/print.h
libmultipath/structs.h
libmultipath/structs_vec.c
multipath/main.c
multipathd/cli_handlers.c
multipathd/main.c