summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-07-29 16:26:09 -0500
committerDan Williams <dcbw@redhat.com>2013-10-31 14:15:08 -0500
commit4237df8c216b1a431652799a70819630044690fc (patch)
treefd4a460a23ce1d00be5edee9f1f8966b4a2a8229 /src/nm-active-connection.h
parent4b8cd481dc0f0d5f8da6b71e3097689316f3e129 (diff)
downloadNetworkManager-4237df8c216b1a431652799a70819630044690fc.tar.gz
core: allow active connection 'master' to be set after object creation
We want to create the object earlier now, and figuring out the master is a lot of code that we don't want to run before creating the object. The master still must be set before exporting the object over D-Bus though, as before.
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index e4c097e6f4..96c7cba72c 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -109,4 +109,6 @@ gulong nm_active_connection_get_user_uid (NMActiveConnection *self);
NMDevice * nm_active_connection_get_master (NMActiveConnection *self);
+void nm_active_connection_set_master (NMActiveConnection *self, NMDevice *master);
+
#endif /* NM_ACTIVE_CONNECTION_H */