summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bond.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-07 16:18:19 -0400
committerDan Winship <danw@gnome.org>2013-05-20 16:38:34 -0300
commit38459f5a0051040d73910deaa65be57167d384e8 (patch)
tree19cf8b856e8f1269b2d44c5ae303c1707a09b6dd /src/devices/nm-device-bond.h
parent82222d38986aaaf5534146d966a2ffdd2b514b32 (diff)
downloadNetworkManager-38459f5a0051040d73910deaa65be57167d384e8.tar.gz
core: remove NMDeviceWired
With carrier handling moved to NMDevice, the only thing left in NMDeviceWired was speed, which was actually ethernet-specific anyway. So move that to NMDeviceEthernet, and then kill NMDeviceWired.
Diffstat (limited to 'src/devices/nm-device-bond.h')
-rw-r--r--src/devices/nm-device-bond.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/nm-device-bond.h b/src/devices/nm-device-bond.h
index cea1a0e3e7..d1606dd610 100644
--- a/src/devices/nm-device-bond.h
+++ b/src/devices/nm-device-bond.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
-#include "nm-device-wired.h"
+#include "nm-device.h"
G_BEGIN_DECLS
@@ -43,11 +43,11 @@ typedef enum {
#define NM_DEVICE_BOND_SLAVES "slaves"
typedef struct {
- NMDeviceWired parent;
+ NMDevice parent;
} NMDeviceBond;
typedef struct {
- NMDeviceWiredClass parent;
+ NMDeviceClass parent;
} NMDeviceBondClass;