<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-mgw/+/18492">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgcp: remove unused callback pointer<br><br>struct mgcp_config contains a function pointer realloc_cb, which is<br>never popoulated nor used anywhere in the code. Lets remove it<br><br>Change-Id: I8d58281e1ff898638293c9e8cb000329462c7a70<br>---<br>M include/osmocom/mgcp/mgcp.h<br>1 file changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/92/18492/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/mgcp/mgcp.h b/include/osmocom/mgcp/mgcp.h</span><br><span>index 43f480e..8cdff59 100644</span><br><span>--- a/include/osmocom/mgcp/mgcp.h</span><br><span>+++ b/include/osmocom/mgcp/mgcp.h</span><br><span>@@ -59,7 +59,6 @@</span><br><span> #define MGCP_POLICY_REJECT   5</span><br><span> #define MGCP_POLICY_DEFER  6</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-typedef int (*mgcp_realloc)(struct mgcp_trunk_config *cfg, int endpoint);</span><br><span> typedef int (*mgcp_change)(struct mgcp_trunk_config *cfg, int endpoint, int state);</span><br><span> typedef int (*mgcp_policy)(struct mgcp_trunk_config *cfg, int endpoint, int state, const char *transactio_id);</span><br><span> typedef int (*mgcp_reset)(struct mgcp_trunk_config *cfg);</span><br><span>@@ -256,7 +255,6 @@</span><br><span>   mgcp_change change_cb;</span><br><span>       mgcp_policy policy_cb;</span><br><span>       mgcp_reset reset_cb;</span><br><span style="color: hsl(0, 100%, 40%);">-    mgcp_realloc realloc_cb;</span><br><span>     mgcp_rqnt rqnt_cb;</span><br><span>   void *data;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-mgw/+/18492">change 18492</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/osmo-mgw/+/18492"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-mgw </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I8d58281e1ff898638293c9e8cb000329462c7a70 </div>
<div style="display:none"> Gerrit-Change-Number: 18492 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>