summaryrefslogtreecommitdiff
path: root/src/nm-manager.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-09-07 17:47:26 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2016-09-26 15:10:39 +0200
commit5754a05605a8c9b70c7a7d82bd540d375486a89d (patch)
tree009e0cd07a22a199857357df526b1c1e962f17b7 /src/nm-manager.h
parent1a6e3e0a57d682609d7148786ea3384552f04a84 (diff)
downloadNetworkManager-5754a05605a8c9b70c7a7d82bd540d375486a89d.tar.gz
core: allow passing an applied connection to nm_act_request_new()
This is useful for the checkpoint/restore functionality to revert both the applied and the settings connections.
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 9e0b4e3e79..90041ccd7d 100644
--- a/src/nm-manager.h
+++ b/src/nm-manager.h
@@ -105,6 +105,7 @@ char * nm_manager_get_connection_iface (NMManager *self,
NMActiveConnection *nm_manager_activate_connection (NMManager *manager,
NMSettingsConnection *connection,
+ NMConnection *applied_connection,
const char *specific_object,
NMDevice *device,
NMAuthSubject *subject,