From 0b8ff52fddb6aa6137f0d8ab5ccf0e9dd25cc013 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 26 Feb 2012 17:38:41 -0600 Subject: 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. --- src/nm-active-connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nm-active-connection.h') 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); -- cgit v1.2.1