<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/21884">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Declare osmo_ctx_init() in talloc.h<br><br>This function is called automatically on the main thread, but needs to<br>ba called explicitly in order to run the select loop on another thread.<br>Make it available for applications through talloc.h<br><br>Change-Id: Ie710ca9ad01d3fadb9f4ff344a55d6c01004727b<br>---<br>M include/osmocom/core/talloc.h<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/libosmocore refs/changes/84/21884/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/core/talloc.h b/include/osmocom/core/talloc.h</span><br><span>index c68a56c..f15cd2a 100644</span><br><span>--- a/include/osmocom/core/talloc.h</span><br><span>+++ b/include/osmocom/core/talloc.h</span><br><span>@@ -25,3 +25,5 @@</span><br><span>  * to the various _c functions like msgb_alloc_c() */</span><br><span> #define OTC_GLOBAL (osmo_ctx->global)</span><br><span> #define OTC_SELECT (osmo_ctx->select)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+int osmo_ctx_init(const char *id);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/21884">change 21884</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/+/21884"/><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: Ie710ca9ad01d3fadb9f4ff344a55d6c01004727b </div>
<div style="display:none"> Gerrit-Change-Number: 21884 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>