Max has uploaded this change for review. ( https://gerrit.osmocom.org/12563


Change subject: MNCC: use explicit struct type in gsm_call
......................................................................

MNCC: use explicit struct type in gsm_call

There's no need to use 'void *' because we have forward declaration for
'struct gsm_network' in the very same header.

Change-Id: I5078ffcf2706adaca1b5df107f8b6a44062ca28c
---
M include/osmocom/msc/mncc.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/63/12563/1

diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h
index d2f0541..a9be004 100644
--- a/include/osmocom/msc/mncc.h
+++ b/include/osmocom/msc/mncc.h
@@ -38,7 +38,7 @@
        struct llist_head entry;

        /* network handle */
-       void *net;
+       struct gsm_network *net;

        /* the 'local' transaction */
        uint32_t callref;

--
To view, visit https://gerrit.osmocom.org/12563
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5078ffcf2706adaca1b5df107f8b6a44062ca28c
Gerrit-Change-Number: 12563
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>

Reply via email to