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. dc7340bbd5209d6fc2a6df5c23d9cadc0d4244c8
Date: Thu, 11 Aug 2016 12:36:44 +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  dc7340bbd5209d6fc2a6df5c23d9cadc0d4244c8 (commit)
      from  d95ab511d00b89703504d1cea8b97fb3d895b0a4 (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 dc7340bbd5209d6fc2a6df5c23d9cadc0d4244c8
Author: goldsimon <address@hidden>
Date:   Thu Aug 11 14:35:44 2016 +0200

    started with bug #48728: move protocol definitions to 'include/prot/*.h' 
files (started with some IPv4 protocols)

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

Summary of changes:
 src/core/ipv4/autoip.c                            |   25 +--
 src/core/ipv4/dhcp.c                              |   10 +-
 src/core/ipv4/ip4.c                               |    2 +-
 src/include/lwip/autoip.h                         |    3 -
 src/include/lwip/dhcp.h                           |  165 +-----------------
 src/include/lwip/ip.h                             |   10 +-
 src/include/lwip/ip4.h                            |   57 +-----
 src/include/lwip/{ => prot}/autoip.h              |   68 +++-----
 src/include/lwip/prot/dhcp.h                      |  192 +++++++++++++++++++++
 src/{core/ipv6/dhcp6.c => include/lwip/prot/ip.h} |   26 +--
 src/include/lwip/{ => prot}/ip4.h                 |   67 ++-----
 11 files changed, 260 insertions(+), 365 deletions(-)
 copy src/include/lwip/{ => prot}/autoip.h (55%)
 create mode 100644 src/include/lwip/prot/dhcp.h
 copy src/{core/ipv6/dhcp6.c => include/lwip/prot/ip.h} (75%)
 copy src/include/lwip/{ => prot}/ip4.h (62%)


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



reply via email to

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