diff options
author | Tobias Jungel <tobias.jungel@bisdn.de> | 2016-06-09 13:44:31 +0200 |
---|---|---|
committer | Tobias Jungel <tobias.jungel@bisdn.de> | 2016-06-09 21:42:05 +0200 |
commit | 6cad256dbe6343de4329934ea7c08707a365d340 (patch) | |
tree | 79fa82afebbc82509011c86c32e0f689e0058656 /src/network/networkd-link.h | |
parent | d643a60a9e0be4bea0495f4f1a3792eb2300e48d (diff) |
networkd-link: parse linkinfo to get kind
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r-- | src/network/networkd-link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h index 7db94e79e8..2809b1fe0b 100644 --- a/src/network/networkd-link.h +++ b/src/network/networkd-link.h @@ -68,6 +68,7 @@ typedef struct Link { int ifindex; char *ifname; + char *kind; unsigned short iftype; char *state_file; struct ether_addr mac; |