summaryrefslogtreecommitdiff
path: root/clients/common/nm-meta-setting-desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/nm-meta-setting-desc.h')
-rw-r--r--clients/common/nm-meta-setting-desc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/common/nm-meta-setting-desc.h b/clients/common/nm-meta-setting-desc.h
index 2aa27f1b73..acb0a223b1 100644
--- a/clients/common/nm-meta-setting-desc.h
+++ b/clients/common/nm-meta-setting-desc.h
@@ -22,6 +22,7 @@
#include "nm-utils/nm-obj.h"
#include "nm-meta-setting.h"
+#include "nm-ethtool-utils.h"
struct _NMDevice;
@@ -263,6 +264,9 @@ struct _NMMetaPropertyTypData {
struct {
NMMetaPropertyTypeMacMode mode;
} mac;
+ struct {
+ NMEthtoolID ethtool_id;
+ } ethtool;
} subtype;
const char *const*values_static;
const NMMetaPropertyTypDataNested *nested;