aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-01-02 09:22:35 -0800
committerStephen Hemminger <stephen@networkplumber.org>2024-01-03 16:48:33 -0800
commit6e0d4e91a554e25634da9ab19cd6430cba6a2a25 (patch)
tree1cf17a8a9a8b919ff7559cb7ffbd626bdd55e07b
parentf962b24a5a33d2f15c2674fb0aa8c464263498c3 (diff)
downloadiproute2-6e0d4e91a554e25634da9ab19cd6430cba6a2a25.tar.gz
rdma: make supress_errors a bit
Like other command line flags supress_errors can be a bit. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--rdma/rdma.h2
1 files changed, 1 insertions, 1 deletions
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;