[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 4bcddd72e663021768d5ea1c2d222faa88898b6a |
Date: |
Tue, 24 Feb 2015 21:19:29 +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 4bcddd72e663021768d5ea1c2d222faa88898b6a (commit)
via 00bb70a62d0c6fcecc7ee4604515b1caa21afb77 (commit)
from b4990b5bb43115e10eb30f16e3b0e09b952df63d (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 4bcddd72e663021768d5ea1c2d222faa88898b6a
Author: Sylvain Rochet <address@hidden>
Date: Tue Feb 24 22:13:04 2015 +0100
PPP, CORE, cleaned ppp_close() function
Calling new_phase() instead of assigning pcb->phase directly.
Removed redundant call to link status callback.
commit 00bb70a62d0c6fcecc7ee4604515b1caa21afb77
Author: Sylvain Rochet <address@hidden>
Date: Tue Feb 24 20:33:15 2015 +0100
PPP, CORE, functions ppp_set_netif_statuscallback() and
ppp_set_netif_linkcallback() replaced with defines
PPP is now pointerful for a while, we don't need anymore accessor functions
for the unique PPP local and static control block. Replaced
ppp_set_netif_statuscallback() and ppp_set_netif_linkcallback() functions to
defines.
Removed pppapi_do_ppp_set_netif_statuscallback() and
pppapi_do_ppp_set_netif_linkcallback(), they were useless because
netif_set_status_callback() and netif_set_link_callback() can be
safely called while PPP status is in dead (= non open) state
and even before the PPP session is actually created at all.
-----------------------------------------------------------------------
Summary of changes:
src/api/pppapi.c | 53 -------------------------------------------
src/include/lwip/pppapi.h | 16 -------------
src/include/netif/ppp/ppp.h | 14 +++++-----
src/netif/ppp/ppp.c | 50 +++++++++------------------------------
4 files changed, 19 insertions(+), 114 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 4bcddd72e663021768d5ea1c2d222faa88898b6a,
Sylvain Rochet <=