<p>Where did you find :</p>

<pre><code>typedef int16_t carrier_t;
 ...
 struct dt_node_t {
struct dt_node_t *child[10];
carrier_t carrier;
 };
</code></pre>

<p>In dt.h I only see:</p>

<pre><code> struct dt_node_t {
    struct dt_node_t *child[10];
    carrier_t carrier;
 };
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/433#issuecomment-162846910">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZRqR67bHxhNmuqTfCqTfJC7rSQLQks5pNq09gaJpZM4Gw2Iw.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/433#issuecomment-162846910"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>