Changes for more readability.
[project/netifd.git] / device.h
index ce135ba..798e19e 100644 (file)
--- a/device.h
+++ b/device.h
@@ -160,8 +160,11 @@ struct device {
        struct blob_attr *config;
        bool config_pending;
        bool sys_present;
+       /* DEV_EVENT_ADD */
        bool present;
+       /* DEV_EVENT_UP */
        int active;
+       /* DEV_EVENT_LINK_UP */
        bool link_active;
 
        bool external;