summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-18 00:01:30 +0200
committerThomas Haller <thaller@redhat.com>2021-06-23 12:13:39 +0200
commitc54be51f99d6e5080a25bb5f75f1dae442b68d37 (patch)
treed3e7f0cfcacf99829800d40dfb379d7c842a3273
parent4065158491ca4e5e2b419e0d34650a6cf6802a91 (diff)
libnm: add NM_SETTING_PARAM_NONE define
This completes other NM_SETTING_PARAM_* flags.
-rw-r--r--src/libnm-core-impl/nm-setting-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libnm-core-impl/nm-setting-private.h b/src/libnm-core-impl/nm-setting-private.h
index 7d237dc4c7..b711b8be8f 100644
--- a/src/libnm-core-impl/nm-setting-private.h
+++ b/src/libnm-core-impl/nm-setting-private.h
@@ -211,6 +211,10 @@ gboolean _nm_setting_clear_secrets(NMSetting * setting,
NMSettingClearSecretsWithFlagsFn func,
gpointer user_data);
+/*****************************************************************************/
+
+#define NM_SETTING_PARAM_NONE 0
+
/* The property of the #NMSetting should be considered during comparisons that
* use the %NM_SETTING_COMPARE_FLAG_INFERRABLE flag. Properties that don't have
* this flag, are ignored when doing an infrerrable comparison. This flag should