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.
This commit is contained in:
Thomas Haller
2017-03-07 11:04:36 +01:00
parent ae4535ba7b
commit 8a31e66d2c
11 changed files with 88 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ NMActRequest *nm_act_request_new (NMSettingsConnection *settings_connec
NMConnection *applied_connection,
const char *specific_object,
NMAuthSubject *subject,
NMActivationType activation_type,
NMDevice *device);
NMSettingsConnection *nm_act_request_get_settings_connection (NMActRequest *req);