about summary refs log tree commit diff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-08-28 01:14:03 +0200
committerMichael Biebl <biebl@debian.org>2015-08-28 01:14:03 +0200
commit235f4801bff27219c6448c83874b5d9f8686ce58 (patch)
tree7084e0f7d7a63901c21b56b67fbd3e203d5dbb80 /src/devices/nm-device.h
parent79436717ed9d593754a40402b6dc1b0cabac605e (diff)
parent81836c2d44802b4cca833d7775dd627e0797a7e2 (diff)
Merge tag 'upstream/1.0.6'
Upstream version 1.0.6
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index f1dab9bf..e9d5b948 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -58,6 +58,7 @@
 #define NM_DEVICE_PHYSICAL_PORT_ID "physical-port-id"
 #define NM_DEVICE_MTU              "mtu"
 #define NM_DEVICE_HW_ADDRESS       "hw-address"
+#define NM_DEVICE_METERED          "metered"
 
 #define NM_DEVICE_TYPE_DESC        "type-desc"      /* Internal only */
 #define NM_DEVICE_RFKILL_TYPE      "rfkill-type"    /* Internal only */
@@ -74,7 +75,6 @@
 #define NM_DEVICE_RECHECK_AUTO_ACTIVATE "recheck-auto-activate"
 #define NM_DEVICE_RECHECK_ASSUME        "recheck-assume"
 
-
 G_BEGIN_DECLS
 
 #define NM_TYPE_DEVICE			(nm_device_get_type ())
@@ -281,6 +281,7 @@ const char *	nm_device_get_driver_version	(NMDevice *dev);
 const char *	nm_device_get_type_desc (NMDevice *dev);
 const char *	nm_device_get_type_description (NMDevice *dev);
 NMDeviceType	nm_device_get_device_type	(NMDevice *dev);
+NMMetered       nm_device_get_metered	(NMDevice *dev);
 
 int			nm_device_get_priority (NMDevice *dev);
 guint32     nm_device_get_ip4_route_metric (NMDevice *dev);