summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.h
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-09-18 22:49:13 +0200
committerJiří Klimeš <jklimes@redhat.com>2015-09-29 09:30:01 +0200
commit4219aa9a56bfbf047a2a05a34e552a297e074b2f (patch)
tree3f6107bb00e115ed66e76ff76ff45fad252c70a3 /src/devices/nm-device-ethernet.h
parent8e6a839d93380ff3f39e967d16fa90e5a4d6325a (diff)
downloadNetworkManager-4219aa9a56bfbf047a2a05a34e552a297e074b2f.tar.gz
device: export S390Subchannels property on Ethernet device
and update match_subchans() to compare number of subchannels too.
Diffstat (limited to 'src/devices/nm-device-ethernet.h')
-rw-r--r--src/devices/nm-device-ethernet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device-ethernet.h b/src/devices/nm-device-ethernet.h
index 325225a3c8..2d284822d2 100644
--- a/src/devices/nm-device-ethernet.h
+++ b/src/devices/nm-device-ethernet.h
@@ -35,6 +35,7 @@ G_BEGIN_DECLS
#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"
#define NM_DEVICE_ETHERNET_SPEED "speed"
+#define NM_DEVICE_ETHERNET_S390_SUBCHANNELS "s390-subchannels"
typedef NMDevice NMDeviceEthernet;
typedef NMDeviceClass NMDeviceEthernetClass;