diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-27 19:56:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-27 19:56:52 +0200 |
commit | 9c8e3101ceef00342263d57dce3fa61956824985 (patch) | |
tree | 6d6caf88b686200deb1926c9f3ccafeb3b25158a /src/libsystemd-network/lldp-internal.h | |
parent | 86514214e389f8b1ea3e5aecf9ae2e8d4d782798 (diff) |
network: get rid of more RefCnt usage
A follow-up to 3733eec3e292e4ddb4cba5eb8d3bd8cbee7102d8
Diffstat (limited to 'src/libsystemd-network/lldp-internal.h')
-rw-r--r-- | src/libsystemd-network/lldp-internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsystemd-network/lldp-internal.h b/src/libsystemd-network/lldp-internal.h index 8e09ee8f3a..f4eadbb87e 100644 --- a/src/libsystemd-network/lldp-internal.h +++ b/src/libsystemd-network/lldp-internal.h @@ -24,7 +24,6 @@ #include "log.h" #include "list.h" -#include "refcnt.h" #include "lldp-tlv.h" #include "prioq.h" @@ -63,7 +62,7 @@ struct lldp_chassis_id { }; struct lldp_chassis { - RefCount n_ref; + unsigned n_ref; lldp_chassis_id chassis_id; |