summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-02-26 17:38:41 -0600
committerDan Williams <dcbw@redhat.com>2012-03-01 17:40:17 -0600
commit0b8ff52fddb6aa6137f0d8ab5ccf0e9dd25cc013 (patch)
tree5e8e1884a1fccb80bf4b163772ef25b076555bd3 /src/nm-active-connection.h
parentd08b33bb014433224acff09338bde7797f1bf181 (diff)
downloadNetworkManager-0b8ff52fddb6aa6137f0d8ab5ccf0e9dd25cc013.tar.gz
core: track active connection dependencies
Track a master active connection and emit wait/ready/fail when it changes state. This signal is intended for devices to delay their activation until a master device is ready.
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 e00c0a6e2a..419cbcff94 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -78,6 +78,8 @@ void nm_active_connection_set_default6 (NMActiveConnection *self,
gboolean nm_active_connection_get_default6 (NMActiveConnection *self);
+NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *self);
+
void nm_active_connection_set_state (NMActiveConnection *self,
NMActiveConnectionState state);