chiark / gitweb /
change type for address family to "int"
[elogind.git] / src / libsystemd / sd-rtnl / local-addresses.h
index d3dff8b8b0f2a1d7a67b09f052e3db6470ff08be..c6e3559bf1627edbc68c375a0710dec4b6a41bd8 100644 (file)
@@ -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;
 };