]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-link.h
tree-wide: use unsigned for refcount
[thirdparty/systemd.git] / src / network / networkd-link.h
index 912952e651cc144c5945322337a3738347387391..dcf722a63dca70764d22d39193781e0cbf4b57e8 100644 (file)
@@ -49,7 +49,7 @@ typedef struct DUID DUID;
 typedef struct Link {
         Manager *manager;
 
-        int n_ref;
+        unsigned n_ref;
 
         int ifindex;
         char *ifname;