summaryrefslogtreecommitdiff
path: root/libnm-core/nm-dbus-interface.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-04-07 11:53:09 -0400
committerLubomir Rintel <lkundrak@v3.sk>2015-04-08 10:00:11 +0200
commit1ad193a01759f1dd8cbb16317b9b3490fa95193a (patch)
tree16b72d7214933038b0b75b3e6f3459e17de27c51 /libnm-core/nm-dbus-interface.h
parentc1c3d7e145ab2ea65c5474817bcb20b58f434ecb (diff)
downloadNetworkManager-1ad193a01759f1dd8cbb16317b9b3490fa95193a.tar.gz
device,libnm,cli: add "new-activation" reason for device state change
It will be used when the device is disconnected for new connection activation.
Diffstat (limited to 'libnm-core/nm-dbus-interface.h')
-rw-r--r--libnm-core/nm-dbus-interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index dd2b70a0dc..04a822cb4c 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -460,6 +460,7 @@ typedef enum {
* @NM_DEVICE_STATE_REASON_MODEM_FAILED: Modem failed or no longer available
* @NM_DEVICE_STATE_REASON_MODEM_AVAILABLE: Modem now ready and available
* @NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT: SIM PIN was incorrect
+ * @NM_DEVICE_STATE_REASON_NEW_ACTIVATION: New connection activation was enqueued
*
* Device state change reason codes
*
@@ -526,6 +527,7 @@ typedef enum {
NM_DEVICE_STATE_REASON_MODEM_FAILED = 57,
NM_DEVICE_STATE_REASON_MODEM_AVAILABLE = 58,
NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT = 59,
+ NM_DEVICE_STATE_REASON_NEW_ACTIVATION = 60,
} NMDeviceStateReason;