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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-261-g4fb7d74
Date: Fri, 3 Feb 2017 23:06:04 +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  4fb7d741657bbdd9e06759af55ca50710e6b4cba (commit)
      from  3d80e51b2a15638b1071ef3a409ad06e42f5a390 (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 4fb7d741657bbdd9e06759af55ca50710e6b4cba
Author: Joel Cunningham <address@hidden>
Date:   Fri Feb 3 16:45:29 2017 -0600

    task #14314: include cleanups
    
    Couple of more cleanups for task #14314 involving includes:
      1) if.h name should match if_api.c due to LwIP convention and history.
         Standard if.h include can be used with compatibility header in
         posix/net/if.h
      2) API header (if.h) should not be included in core code. This include
         has been eliminated by moving the definition of IF_NAMESIZE to
         netif.h as NETIF_NAMESIZE.  This is now the canonical definition
         and IF_NAMESIZE just maps to it to provide the standard type

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

Summary of changes:
 src/api/if_api.c                    |    2 +-
 src/api/netifapi.c                  |   10 +++++-----
 src/core/netif.c                    |    5 ++---
 src/include/lwip/{if.h => if_api.h} |    3 ++-
 src/include/lwip/netif.h            |    6 ++++++
 src/include/lwip/netifapi.h         |    3 +--
 src/include/posix/net/if.h          |    4 ++--
 7 files changed, 19 insertions(+), 14 deletions(-)
 rename src/include/lwip/{if.h => if_api.h} (97%)


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



reply via email to

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