<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/26170">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stats: use llist_add_tail() in osmo_stats_reporter_alloc()<br><br>This allows printing reporters to the VTY in the exact order as<br>they were configired.  Otherwise the list gets reversed.<br><br>Change-Id: I904cd0ed53510dbe26c15cd287ba2707ca04cd6e<br>Related: SYS#5713<br>---<br>M src/stats.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/26170/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/stats.c b/src/stats.c</span><br><span>index 28a3ab3..0967305 100644</span><br><span>--- a/src/stats.c</span><br><span>+++ b/src/stats.c</span><br><span>@@ -223,7 +223,7 @@</span><br><span>                srep->name = talloc_strdup(srep, name);</span><br><span>   srep->fd = -1;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   llist_add(&srep->list, &osmo_stats_reporter_list);</span><br><span style="color: hsl(120, 100%, 40%);">+ llist_add_tail(&srep->list, &osmo_stats_reporter_list);</span><br><span> </span><br><span>       return srep;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/26170">change 26170</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/26170"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I904cd0ed53510dbe26c15cd287ba2707ca04cd6e </div>
<div style="display:none"> Gerrit-Change-Number: 26170 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>