summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-bridge.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-07 10:23:44 -0400
committerDan Winship <danw@gnome.org>2013-05-20 16:38:33 -0300
commit82222d38986aaaf5534146d966a2ffdd2b514b32 (patch)
treef8d634ea8ef48c15ca5ae438589e297138dc11c2 /src/devices/nm-device-bridge.h
parent5a223b908954a67aef0c77ca29a251560eaace60 (diff)
downloadNetworkManager-82222d38986aaaf5534146d966a2ffdd2b514b32.tar.gz
core: move carrier handling to NMDevice
Move carrier handling for most device types into NMDevice. Based on an earlier patch by Pavel Šimerda.
Diffstat (limited to 'src/devices/nm-device-bridge.h')
-rw-r--r--src/devices/nm-device-bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/nm-device-bridge.h b/src/devices/nm-device-bridge.h
index 7edfde2014..8f96521750 100644
--- a/src/devices/nm-device-bridge.h
+++ b/src/devices/nm-device-bridge.h
@@ -40,7 +40,6 @@ typedef enum {
NM_BRIDGE_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
} NMBridgeError;
-#define NM_DEVICE_BRIDGE_CARRIER "carrier"
#define NM_DEVICE_BRIDGE_SLAVES "slaves"
typedef struct {