summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-03-28 17:18:04 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-08 09:40:14 +0200
commit43a0f47ea20b4a55dac9d914c76fff67d9b3d750 (patch)
tree95788686c535fb6921d965a8f0d8117202634f90 /src/nm-manager.h
parentd607f288993f15d18754605840ced70979fd3fec (diff)
downloadNetworkManager-43a0f47ea20b4a55dac9d914c76fff67d9b3d750.tar.gz
core: specify an activation reason for active connections
Specify a reason when creating active connections. The reason will be used in the next commit to tell whether slaves must be reconnected or not if a master has autoconnect-slaves=yes.
Diffstat (limited to 'src/nm-manager.h')
-rw-r--r--src/nm-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-manager.h b/src/nm-manager.h
index 3d651c7f7d..9e94e97064 100644
--- a/src/nm-manager.h
+++ b/src/nm-manager.h
@@ -147,6 +147,7 @@ NMActiveConnection *nm_manager_activate_connection (NMManager *manager,
NMDevice *device,
NMAuthSubject *subject,
NMActivationType activation_type,
+ NMActivationReason activation_reason,
GError **error);
gboolean nm_manager_deactivate_connection (NMManager *manager,