summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-07 11:04:36 +0100
committerThomas Haller <thaller@redhat.com>2017-03-16 18:27:33 +0100
commit8a31e66d2cffbedb2efa39d7e6d38d1dfe51cb61 (patch)
tree081a1d3c79a26e3f0308ba6622c6f5a9394cde3c /src/nm-active-connection.h
parentae4535ba7b79fa8f9707c429cb7909193cf144fe (diff)
downloadNetworkManager-8a31e66d2cffbedb2efa39d7e6d38d1dfe51cb61.tar.gz
core: add activation-type property to active-connection
It is still unused, but will be useful to mark a connection whether it is a full activation or assumed.
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index d87a30b540..0c2e2358d5 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -55,6 +55,7 @@
#define NM_ACTIVE_CONNECTION_INT_SUBJECT "int-subject"
#define NM_ACTIVE_CONNECTION_INT_MASTER "int-master"
#define NM_ACTIVE_CONNECTION_INT_MASTER_READY "int-master-ready"
+#define NM_ACTIVE_CONNECTION_INT_ACTIVATION_TYPE "int-activation-type"
/* Internal signals*/
#define NM_ACTIVE_CONNECTION_DEVICE_CHANGED "device-changed"
@@ -163,6 +164,8 @@ void nm_active_connection_set_assumed (NMActiveConnection *self,
gboolean nm_active_connection_get_assumed (NMActiveConnection *self);
+NMActivationType nm_active_connection_get_activation_type (NMActiveConnection *self);
+
void nm_active_connection_clear_secrets (NMActiveConnection *self);
#endif /* __NETWORKMANAGER_ACTIVE_CONNECTION_H__ */