Change in osmo-msc[master]: MNCC: use explicit struct type in gsm_call

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Jan 15 12:45:16 UTC 2019


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 <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190115/24d7d3d5/attachment.htm>


More information about the gerrit-log mailing list