On Fri, 2020-08-21 at 18:58 +0800, Zhiqiang Liu wrote: > We adopt static char* array (demon_status_msg) in daemon_status func, > so it looks more simpler and easier to expand. > > V1->V2: > - use "int" as the type of "status" (suggested by Martin) >
Reviewed-by: Martin Wilck <[email protected]> > Signed-off-by: Zhiqiang Liu <[email protected]> > Signed-off-by: lixiaokeng <[email protected]> > --- > multipathd/main.c | 30 +++++++++++++++--------------- > multipathd/main.h | 3 ++- > 2 files changed, 17 insertions(+), 16 deletions(-) -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
