From 355d1ae4a31f9d2fdf6837e9dae3fc8fc2deef03 Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakob.olsson@iopsys.eu>
Date: Fri, 12 Apr 2024 10:49:55 +0200
Subject: [PATCH] clarify node_policy list attachement

---
 src/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.h b/src/config.h
index c81dffe6..28894e99 100644
--- a/src/config.h
+++ b/src/config.h
@@ -100,7 +100,7 @@ struct node_policy {
 
 	bool is_policy_diff;                  /* whether section changed when reloaded */
 
-	struct list_head list;                /* attached to nodelist */
+	struct list_head list;                /* attached to config nodelist */
 	/* custom policies follow */
 	struct list_head radiolist;           /* list of configured radio sections */
 	struct list_head steer_exlist;	      /* exclude stas from steering */
-- 
GitLab