diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-04 00:45:21 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-04 00:45:21 +0100 |
commit | 85c3eb9af8b3d0283f07719a455d503fee7892ae (patch) | |
tree | 75031383eb5be6520f43e31b59c28d9649161439 /device.h | |
parent | a8eb0ec5053205dcb7b97e046d25adc1413ab8db (diff) |
device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV_CONFIG_RESTART (device restart)
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ enum { enum dev_change_type { DEV_CONFIG_NO_CHANGE, DEV_CONFIG_APPLIED, + DEV_CONFIG_RESTART, DEV_CONFIG_RECREATE, }; |