]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop meaningless bitfield specifiers
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Apr 2021 14:55:09 +0000 (23:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Apr 2021 23:58:13 +0000 (08:58 +0900)
src/network/networkd-manager.h

index e02c4ab59ec5facd1ccb4432535d660a5629a47f..301b97c1a100789f4ca3410877f57cfae374eb81 100644 (file)
@@ -87,8 +87,8 @@ struct Manager {
         usec_t speed_meter_usec_new;
         usec_t speed_meter_usec_old;
 
-        bool dhcp4_prefix_root_cannot_set_table:1;
-        bool bridge_mdb_on_master_not_supported:1;
+        bool dhcp4_prefix_root_cannot_set_table;
+        bool bridge_mdb_on_master_not_supported;
 
         FirewallContext *fw_ctx;
 };