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. f69b1841e0860a5089387673f6f80f2143a64d8c
Date: Sat, 05 Dec 2015 21:17:13 +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  f69b1841e0860a5089387673f6f80f2143a64d8c (commit)
      from  a3bccae1737672a62005918494e245dd7635130e (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 f69b1841e0860a5089387673f6f80f2143a64d8c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Dec 5 21:58:38 2015 +0100

    Fix compile when netconn api is disabled but socket api is enabled.
    Problem is that declaring functions as static in a public header will 
produce warnings in every file it is included because the static functions are 
not implemented.
    Solution: When socket api is enabled, netconn is simply available, too
    (Socket api uses netconn api internally)

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

Summary of changes:
 src/include/lwip/api.h          |   44 ++++++++++++++++----------------------
 src/include/lwip/netbuf.h       |   28 +++++++++---------------
 src/include/lwip/priv/api_msg.h |   41 ++++++++++++++++--------------------
 3 files changed, 48 insertions(+), 65 deletions(-)


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



reply via email to

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