[vlc-devel] [PATCH 8/9] objects: rename the siblings list item so that it reflects which list fills it

Steve Lhomme robux4 at ycbcr.xyz
Fri Aug 17 15:04:40 CEST 2018


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

diff --git a/src/misc/variables.h b/src/misc/variables.h
index dbf8dddcd7..f42de3c3fa 100644
--- a/src/misc/variables.h
+++ b/src/misc/variables.h
@@ -49,7 +49,7 @@ struct vlc_object_internals
     vlc_destructor_t pf_destructor;
 
     /* Objects tree structure */
-    vlc_list_node   siblings; /**< Siblings list node, from list 'children' */
+    vlc_list_node   siblings; /**< Siblings list node, filled by list 'children' */
     struct vlc_list children; /**< Children list, intrusive in 'siblings' */
     vlc_mutex_t tree_lock;
 
-- 
2.17.0



More information about the vlc-devel mailing list