summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2015-08-21 10:11:56 +0800
committerSteven Barth <steven@midlink.org>2015-08-25 08:26:56 +0200
commit11c7cf99c362b9dc33c6d1aa209321e38d131128 (patch)
tree707dc027310f73bced846cecfb1b9bc1fcc94df0 /interface.h
parent5f0e4070402ff056584eac5afed490cd0a407697 (diff)
downloadnetifd-11c7cf99c362b9dc33c6d1aa209321e38d131128.tar.gz
Changes for more readability.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h
index 8eeb7db..6f9112c 100644
--- a/interface.h
+++ b/interface.h
@@ -120,6 +120,7 @@ struct interface {
struct list_head users;
+ /* for alias interface */
const char *parent_ifname;
struct interface_user parent_iface;