summaryrefslogtreecommitdiffstats
path: root/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'iface.h')
-rw-r--r--iface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iface.h b/iface.h
index 3476645..49bcf20 100644
--- a/iface.h
+++ b/iface.h
@@ -19,6 +19,8 @@ struct _flxInterface {
gint index;
guint flags;
+ guint n_ipv6_addrs, n_ipv4_addrs;
+
flxInterfaceAddress *addresses;
flxInterface *next, *prev;
};