summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-03-13 18:50:04 +0100
committerLubomir Rintel <lkundrak@v3.sk>2022-03-17 12:44:53 +0100
commit91f076d235532805c27915adb0a5d2fc36044424 (patch)
tree707817c0e9da4463e58b06912bc4af146be3c9bb
parent78c937cb2330311cf97dedc7c2a6ef453081a518 (diff)
supplicant: add a comment about extending NMSupplCapType
We've failed to amend logging in relevant places twice. Let's add a hopefully helpful remark.
-rw-r--r--src/core/supplicant/nm-supplicant-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/supplicant/nm-supplicant-types.h b/src/core/supplicant/nm-supplicant-types.h
index d5cf1bf704..1f863baa6c 100644
--- a/src/core/supplicant/nm-supplicant-types.h
+++ b/src/core/supplicant/nm-supplicant-types.h
@@ -48,6 +48,8 @@ typedef enum {
NM_SUPPL_CAP_TYPE_FAST,
NM_SUPPL_CAP_TYPE_WFD,
NM_SUPPL_CAP_TYPE_SUITEB192,
+ /* Note: if you're adding a capability here, log its presence at the
+ * bottom of _dbus_get_capabilities_cb(). */
_NM_SUPPL_CAP_TYPE_NUM,
} NMSupplCapType;