Change in libosmocore[master]: stat_item: add comment with struct overview

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Mar 26 17:11:51 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/23507 )


Change subject: stat_item: add comment with struct overview
......................................................................

stat_item: add comment with struct overview

Related: OS#5088
Change-Id: Ic63a5884da778938197c658c5f478c23a85a4587
---
M src/stat_item.c
1 file changed, 17 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/07/23507/1

diff --git a/src/stat_item.c b/src/stat_item.c
index 31298fd..d4f3b72 100644
--- a/src/stat_item.c
+++ b/src/stat_item.c
@@ -52,6 +52,23 @@
  *
  */
 
+/* Struct overview:
+ * Each osmo_stat_item is attached to an osmo_stat_item_group, which is
+ * attached to the global osmo_stat_item_groups list.
+ *
+ *                       osmo_stat_item_groups
+ *                           /           \
+ *                        group1        group2
+ *                       /      \
+ *                    item1    item2
+ *                      |
+ *                   values
+ *                  /      \
+ *                 1        2
+ *                 |-id     |-id
+ *                 '-value  '-value
+ */
+
 #include <stdint.h>
 #include <string.h>
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/23507
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic63a5884da778938197c658c5f478c23a85a4587
Gerrit-Change-Number: 23507
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210326/b837abe1/attachment.htm>


More information about the gerrit-log mailing list