<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12563">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">MNCC: use explicit struct type in gsm_call<br><br>There's no need to use 'void *' because we have forward declaration for<br>'struct gsm_network' in the very same header.<br><br>Change-Id: I5078ffcf2706adaca1b5df107f8b6a44062ca28c<br>---<br>M include/osmocom/msc/mncc.h<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/osmo-msc refs/changes/63/12563/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h</span><br><span>index d2f0541..a9be004 100644</span><br><span>--- a/include/osmocom/msc/mncc.h</span><br><span>+++ b/include/osmocom/msc/mncc.h</span><br><span>@@ -38,7 +38,7 @@</span><br><span>        struct llist_head entry;</span><br><span> </span><br><span>         /* network handle */</span><br><span style="color: hsl(0, 100%, 40%);">-    void *net;</span><br><span style="color: hsl(120, 100%, 40%);">+    struct gsm_network *net;</span><br><span> </span><br><span>         /* the 'local' transaction */</span><br><span>        uint32_t callref;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12563">change 12563</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/12563"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5078ffcf2706adaca1b5df107f8b6a44062ca28c </div>
<div style="display:none"> Gerrit-Change-Number: 12563 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>