summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-01-21 20:06:40 +0900
committerLennart Poettering <lennart@poettering.net>2020-01-21 16:51:19 +0100
commit502991215726347b2b3b0dfcee29c66e4038c888 (patch)
tree046141f5eddbf6fe6b030a5150963c36c4ee8245 /src/network/networkd-network.h
parentce96c9cb1a8f81ff4bbc40f5a98d003d6ffacb57 (diff)
downloadsystemd-502991215726347b2b3b0dfcee29c66e4038c888.tar.gz
network,udev: use uint64_t for bit rate
Fixes #14620.
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index e1c1c17241..1cfbd0b6b6 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -194,7 +194,7 @@ struct Network {
uint32_t br_untagged_bitmap[BRIDGE_VLAN_BITMAP_LEN];
/* CAN support */
- size_t can_bitrate;
+ uint64_t can_bitrate;
unsigned can_sample_point;
usec_t can_restart_us;
int can_triple_sampling;