chiark / gitweb /
networkd: route/address - use trivial hash functions
[elogind.git] / src / network / networkd.h
index bf73fe2bd5b738890f75dd574fcc5e3d2cfc037b..766297cffa6985f802b37cbf05f943d597290c13 100644 (file)
@@ -110,7 +110,7 @@ struct Network {
 
 struct Address {
         Network *network;
-        uint64_t section;
+        unsigned section;
 
         int family;
         unsigned char prefixlen;
@@ -128,7 +128,7 @@ struct Address {
 
 struct Route {
         Network *network;
-        uint64_t section;
+        unsigned section;
 
         int family;
         unsigned char dst_prefixlen;