From: Stephen Hemminger Date: Tue, 2 Jan 2024 17:22:35 +0000 (-0800) Subject: rdma: make supress_errors a bit X-Git-Tag: v6.7.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0d4e91a554e25634da9ab19cd6430cba6a2a25;p=thirdparty%2Fiproute2.git rdma: make supress_errors a bit Like other command line flags supress_errors can be a bit. Signed-off-by: Stephen Hemminger --- diff --git a/rdma/rdma.h b/rdma/rdma.h index f9308dbcf..65e3557d4 100644 --- a/rdma/rdma.h +++ b/rdma/rdma.h @@ -61,6 +61,7 @@ struct rd { uint8_t show_details:1; uint8_t show_driver_details:1; uint8_t show_raw:1; + uint8_t suppress_errors:1; struct list_head dev_map_list; uint32_t dev_idx; uint32_t port_idx; @@ -68,7 +69,6 @@ struct rd { struct nlmsghdr *nlh; char *buff; json_writer_t *jw; - bool suppress_errors; struct list_head filter_list; char *link_name; char *link_type;