summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-08-28 09:08:43 -0500
committerDan Williams <dcbw@redhat.com>2013-10-31 14:15:08 -0500
commit8252357dd1796dd6123a56a10356d0c5496e885b (patch)
tree76f309759e4f5bf4c879690df8c4e0caa4f40fbc /src/nm-active-connection.h
parent3bb2b158cdda573b79a8c209cf25f956e94e9e0d (diff)
downloadNetworkManager-8252357dd1796dd6123a56a10356d0c5496e885b.tar.gz
core: watch master ActiveConnections and follow master deactivation
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 93723c904e..1605c3963a 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -56,6 +56,8 @@ typedef struct {
typedef struct {
GObjectClass parent;
+
+ void (*master_failed) (NMActiveConnection *connection);
} NMActiveConnectionClass;
GType nm_active_connection_get_type (void);