<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13970">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-stp: expose root talloc context to the VTY code<br><br>In Id0789c4946929b783c54220de439958001f94992 I introduced the VTY<br>commands for talloc-context introspection, but forgot to expose<br>the root talloc-context.<br><br>Change-Id: Id2bf6cdae112f9791c93411c1837de488cab9ee3<br>---<br>M stp/stp_main.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/70/13970/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/stp/stp_main.c b/stp/stp_main.c</span><br><span>index aa77e61..6a47403 100644</span><br><span>--- a/stp/stp_main.c</span><br><span>+++ b/stp/stp_main.c</span><br><span>@@ -166,6 +166,8 @@</span><br><span>    msgb_talloc_ctx_init(tall_stp_ctx, 0);</span><br><span>       osmo_init_logging2(tall_stp_ctx, &log_info);</span><br><span>     osmo_stats_init(tall_stp_ctx);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+      vty_info.tall_ctx = tall_stp_ctx;</span><br><span>    vty_init(&vty_info);</span><br><span> </span><br><span>         handle_options(argc, argv);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13970">change 13970</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/13970"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Id2bf6cdae112f9791c93411c1837de488cab9ee3 </div>
<div style="display:none"> Gerrit-Change-Number: 13970 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>