diff options
Diffstat (limited to 'src/libsystemd/sd-rtnl/local-addresses.h')
-rw-r--r-- | src/libsystemd/sd-rtnl/local-addresses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd/sd-rtnl/local-addresses.h b/src/libsystemd/sd-rtnl/local-addresses.h index d3dff8b8b0..c6e3559bf1 100644 --- a/src/libsystemd/sd-rtnl/local-addresses.h +++ b/src/libsystemd/sd-rtnl/local-addresses.h @@ -29,8 +29,8 @@ #include "in-addr-util.h" struct local_address { - int ifindex; - unsigned char family, scope; + int family, ifindex; + unsigned char scope; union in_addr_union address; }; |