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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 42c193821cf8cdd8ae09362c3e00fd2fde480540
Date: Tue, 23 Aug 2016 06:59:24 +0000 (UTC)

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  42c193821cf8cdd8ae09362c3e00fd2fde480540 (commit)
       via  1c5c96a50a0caad8f50463646947443db580b174 (commit)
      from  40f2bed5c4763d70efa5c794c656e5de59f85a15 (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 42c193821cf8cdd8ae09362c3e00fd2fde480540
Author: Axel Lin <address@hidden>
Date:   Mon Aug 22 22:08:34 2016 +0800

    netbuf: Use memset to zero the allocated memory for netbuf_new
    
    Use memset to zero the allocated memory rather than explicitly init each 
field.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

commit 1c5c96a50a0caad8f50463646947443db580b174
Author: Axel Lin <address@hidden>
Date:   Mon Aug 22 23:09:57 2016 +0800

    pbuf: Use SYS_ARCH_INC in pbuf_ref()
    
    Use SYS_ARCH_INC to simplify the code.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/api/netbuf.c |   18 ++----------------
 src/core/pbuf.c  |    5 +----
 2 files changed, 3 insertions(+), 20 deletions(-)


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



reply via email to

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