<div dir="ltr"><div><div><div>Great news,<br><br><div>> Of course, we can write a new function and register every<br></div>> root talloc context using it. What about that?<br><br></div>I just found, that talloc context may be specified in vty_app_info<br></div>structure:<br><br>/*! Information an application registers with the VTY */<br>struct vty_app_info {<br>    /*! \brief name of the application */<br>    const char *name;<br>    /*! \brief version string of the application */<br>    const char *version;<br>    /*! \brief copyright string of the application */<br>    const char *copyright;<br>    /*! \brief \ref talloc context */<br>    void *tall_ctx;<br>    // ...<br>}<br><br></div>But almost all osmo* applications don't set this pointer.<br><div><div><div><div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>With best regards,<br></div><div>Vadim Yanitskiy.<br></div></div></div></div></div></div>
</div></div></div></div></div></div>