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. c221361874b871ea8fa84a6e920235343ed5928c
Date: Fri, 15 Jan 2016 10:38:37 +0000

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  c221361874b871ea8fa84a6e920235343ed5928c (commit)
       via  70ebeda7ed99695def6a6acaebf87d10d75c21a1 (commit)
      from  11faa8149e4b7d367012e3e9193388cf4c804792 (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 c221361874b871ea8fa84a6e920235343ed5928c
Author: Axel Lin <address@hidden>
Date:   Thu Jan 14 15:18:57 2016 +0800

    stats: Move memp_names table out of stats_init/stats_display_memp functions
    
    This makes the code simpler with better readability.
    Also make memp_names static because it's only referenced by stats.c.
    
    Signed-off-by: Axel Lin <address@hidden>

commit 70ebeda7ed99695def6a6acaebf87d10d75c21a1
Author: Axel Lin <address@hidden>
Date:   Fri Jan 15 18:30:21 2016 +0800

    memp: Simplify implementation of memp_overflow_check_all
    
    We don't really care the order of overflow/underflow checking because if
    any checking fails we got assertion.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/memp.c  |    7 -------
 src/core/stats.c |   15 +++++++--------
 2 files changed, 7 insertions(+), 15 deletions(-)


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



reply via email to

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