lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1118-g2cb220d
Date: Wed, 3 Jan 2018 06:22:51 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  2cb220d7fefe58844c4e34bbf6a164ff16e867e8 (commit)
      from  25f1c6ef2ced1c2fc082657970659f547454b8ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2cb220d7fefe58844c4e34bbf6a164ff16e867e8
Author: Axel Lin <address@hidden>
Date:   Wed Jan 3 17:36:03 2018 +0800

    netif: Move LWIP_ASSERT_CORE_LOCKED out of static functions
    
    The netif_do_set_{ipaddr|netmask|gw} are static functions what won't be 
called
    directly, thus move LWIP_ASSERT_CORE_LOCKED to 
netif_set_{ipaddr|netmask|gw}.
    This avoid duplicated LWIP_ASSERT_CORE_LOCKED checking by netif_set_addr().
    
    Signed-off-by: Axel Lin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/core/netif.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]