X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=8cedfbae642827b1ff5f650c34cb4dfddb8e4034;hp=88a421f45df4373c243112bbe9fc5aedc75b961c;hb=51b3f21fef7f581a7df6d8a73d8b973f9eb355d2;hpb=4bf10a76e01d2f2971a86765722a4c4a65b584a7 diff --git a/device.h b/device.h index 88a421f..8cedfba 100644 --- a/device.h +++ b/device.h @@ -85,6 +85,7 @@ struct device_user { bool claimed; bool hotplug; + bool alias; struct device *dev; void (*cb)(struct device_user *, enum device_event); @@ -106,6 +107,7 @@ struct device { struct avl_node avl; struct list_head users; + struct list_head aliases; char ifname[IFNAMSIZ + 1]; int ifindex;