Re: [dm-devel] [PATCH 11/21] libmultipath: add global variable for current bindings

2023-09-06 Thread Benjamin Marzinski
On Fri, Sep 01, 2023 at 08:02:24PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > Add a variable global_bindings that holds the currently active vector of > bindings. This variable is freed at program exit. > Reviewed-by: Benjamin Marzinski > Signed-off-by: Martin Wilck > --- >

[dm-devel] [PATCH 11/21] libmultipath: add global variable for current bindings

2023-09-01 Thread mwilck
From: Martin Wilck Add a variable global_bindings that holds the currently active vector of bindings. This variable is freed at program exit. Signed-off-by: Martin Wilck --- libmultipath/alias.c | 11 +-- libmultipath/alias.h | 1 +