summaryrefslogtreecommitdiff
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 16:54:40 +0200
commitbbc93a2e3072438f16102463bfa0ed97a3ddb009 (patch)
tree7993ca8b9671b69294915d2760135ea719e07ede
parentc1b647d54f659da3f72b449ead5c24fb338c3533 (diff)
downloadNetworkManager-bbc93a2e3072438f16102463bfa0ed97a3ddb009.tar.gz
libnm: add missing NM_AVAILABLE_IN_1_14 macro to new API
Fixes: df30651b8906cfe6a5cb7aef01a220d1f21b80f3
-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);
/*****************************************************************************/