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.orgfixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/14/17014/1
diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c
index cd82a07..2f35173 100644
--- a/src/libmsc/msc_vty.c
+++ b/src/libmsc/msc_vty.c
@@ -68,7 +68,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: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200125/a19e4fd4/attachment.htm>