summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-09-28 15:58:24 +0200
committerThomas Haller <thaller@redhat.com>2016-10-03 12:04:14 +0200
commit0aa3a6dbfb26d151b975cf384b91952d90927667 (patch)
treec664c44d6f815e07587648f30c9d12554253fd1b /src/nm-active-connection.h
parentb4e66c4818cf6ff14e8b5181ec9d71fa5c9f5452 (diff)
downloadNetworkManager-0aa3a6dbfb26d151b975cf384b91952d90927667.tar.gz
core: refactor private data for NMExportedObject and others
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index 42e45a2bf1..d87a30b540 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -61,8 +61,11 @@
#define NM_ACTIVE_CONNECTION_DEVICE_METERED_CHANGED "device-metered-changed"
#define NM_ACTIVE_CONNECTION_PARENT_ACTIVE "parent-active"
+struct _NMActiveConnectionPrivate;
+
struct _NMActiveConnection {
NMExportedObject parent;
+ struct _NMActiveConnectionPrivate *_priv;
};
typedef struct {