summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ethtool.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-14 16:44:28 +0200
committerThomas Haller <thaller@redhat.com>2018-09-14 17:07:27 +0200
commit749ea94902061ba006a3f0705effbbc993c674ac (patch)
tree6c614de3c666ebd97e96174e793f0e13d5911d9b /libnm-core/nm-setting-ethtool.h
parent070e4e392eab1a98aa08d9211400e0d80ef5dd3b (diff)
downloadNetworkManager-749ea94902061ba006a3f0705effbbc993c674ac.tar.gz
libnm: add missing NM_AVAILABLE_IN_1_14 macro to new API
Fixes: df30651b8906cfe6a5cb7aef01a220d1f21b80f3 (cherry picked from commit bbc93a2e3072438f16102463bfa0ed97a3ddb009)
Diffstat (limited to 'libnm-core/nm-setting-ethtool.h')
-rw-r--r--libnm-core/nm-setting-ethtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-ethtool.h b/libnm-core/nm-setting-ethtool.h
index 6a0458a516..66a9448993 100644
--- a/libnm-core/nm-setting-ethtool.h
+++ b/libnm-core/nm-setting-ethtool.h
@@ -84,6 +84,7 @@ G_BEGIN_DECLS
#define NM_ETHTOOL_OPTNAME_FEATURE_TX_UDP_TNL_SEGMENTATION "feature-tx-udp_tnl-segmentation"
#define NM_ETHTOOL_OPTNAME_FEATURE_TX_VLAN_STAG_HW_INSERT "feature-tx-vlan-stag-hw-insert"
+NM_AVAILABLE_IN_1_14
gboolean nm_ethtool_optname_is_feature (const char *optname);
/*****************************************************************************/