summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-08-22 13:06:51 -0400
committerDan Winship <danw@gnome.org>2013-08-28 11:01:13 -0400
commit8267f5d198a4e434396de2dd8e997fcf02a8fb27 (patch)
treef940cfd23790b3daf9ae79dbf80adcc54c1bedf1 /src/nm-manager.h
parent5c716c8af8ddca1d3f7510494754d875b01a8889 (diff)
downloadNetworkManager-8267f5d198a4e434396de2dd8e997fcf02a8fb27.tar.gz
core: add NMManager:primary-connection and :activating-connection
Add properties to track the "primary" connection (ie, the active connection with either the default route, or the route to the VPN with the default route), and the active connection that is currently activating, and likely to become the :primary-connection when it completes. https://bugzilla.gnome.org/show_bug.cgi?id=704841
Diffstat (limited to 'src/nm-manager.h')
-rw-r--r--src/nm-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-manager.h b/src/nm-manager.h
index 79165f0f4c..e972644e6d 100644
--- a/src/nm-manager.h
+++ b/src/nm-manager.h
@@ -61,6 +61,8 @@ typedef enum {
#define NM_MANAGER_WIMAX_HARDWARE_ENABLED "wimax-hardware-enabled"
#define NM_MANAGER_ACTIVE_CONNECTIONS "active-connections"
#define NM_MANAGER_CONNECTIVITY "connectivity"
+#define NM_MANAGER_PRIMARY_CONNECTION "primary-connection"
+#define NM_MANAGER_ACTIVATING_CONNECTION "activating-connection"
/* Not exported */
#define NM_MANAGER_HOSTNAME "hostname"