Change in osmo-ggsn[master]: icmpv6.c: Mark internal function as 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/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Apr 17 10:10:32 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/17819 )

Change subject: icmpv6.c: Mark internal function as static
......................................................................

icmpv6.c: Mark internal function as static

Change-Id: Ib38907c3a05c1651faa86ef57381ee22643e0d53
---
M lib/icmpv6.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/lib/icmpv6.c b/lib/icmpv6.c
index 63acc0e..804a212 100644
--- a/lib/icmpv6.c
+++ b/lib/icmpv6.c
@@ -97,7 +97,7 @@
  *  \param[in] daddr Destination IPv6 address for router advertisement IPv6 header
  *  \param[in] prefix The single prefix to be advertised (/64 implied!)
  *  \returns callee-allocated message buffer containing router advertisement */
-struct msgb *icmpv6_construct_ra(const struct in6_addr *saddr,
+static struct msgb *icmpv6_construct_ra(const struct in6_addr *saddr,
 				 const struct in6_addr *daddr,
 				 const struct in6_addr *prefix)
 {

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

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Ib38907c3a05c1651faa86ef57381ee22643e0d53
Gerrit-Change-Number: 17819
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200417/cd418f76/attachment.htm>


More information about the gerrit-log mailing list