Re: [dm-devel] [PATCH 25/35] multipathd: use strbuf in cli_handler functions

2021-09-15 Thread Benjamin Marzinski
On Fri, Sep 10, 2021 at 01:41:10PM +0200, mwi...@suse.com wrote: > From: Martin Wilck > > This allows us to simplify callers by not having to track the > reply length separately. > Reviewed-by: Benjamin Marzinski > Signed-off-by: Martin Wilck > --- > multipathd/cli.c | 7 +- > mult

[dm-devel] [PATCH 25/35] multipathd: use strbuf in cli_handler functions

2021-09-10 Thread mwilck
From: Martin Wilck This allows us to simplify callers by not having to track the reply length separately. Signed-off-by: Martin Wilck --- multipathd/cli.c | 7 +- multipathd/cli.h | 6 +- multipathd/cli_handlers.c | 316 +++--- multipathd/u