Change in osmo-msc[master]: VTY: cosmetic: make struct cmd_node for GSMNET_NODE static

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Jan 27 18:21:10 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/17014 )

Change subject: VTY: cosmetic: make struct cmd_node for GSMNET_NODE static
......................................................................

VTY: cosmetic: make struct cmd_node for GSMNET_NODE static

We don't need to expose it anyway.

Change-Id: Icbaed6b3b15aa719a19bb4be8fed347073025a22
---
M src/libmsc/msc_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c
index e2e892a..a629b5c 100644
--- a/src/libmsc/msc_vty.c
+++ b/src/libmsc/msc_vty.c
@@ -69,7 +69,7 @@
 
 static struct gsm_network *gsmnet = NULL;
 
-struct cmd_node net_node = {
+static struct cmd_node net_node = {
 	GSMNET_NODE,
 	"%s(config-net)# ",
 	1,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17014
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Icbaed6b3b15aa719a19bb4be8fed347073025a22
Gerrit-Change-Number: 17014
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200127/319baddd/attachment.htm>


More information about the gerrit-log mailing list