lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 2fa7e003b


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 2fa7e003b190eefcda903b019ac92fb66c28f30f
Date: Thu, 31 Jan 2013 14:40:00 +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 "UNNAMED PROJECT".

The branch, ppp-new has been updated
       via  2fa7e003b190eefcda903b019ac92fb66c28f30f (commit)
      from  ba948669cd8874371fa8ad992561dca6ae836bf3 (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 2fa7e003b190eefcda903b019ac92fb66c28f30f
Author: Sylvain Rochet <address@hidden>
Date:   Thu Jan 31 15:36:30 2013 +0100

    PPP, fixed LCP delayed up feature
    
    LCP is stealing a bit from fsm->flags struct member for LCP delayed up 
feature.
    Bit stealed used to be the 9th bit (0x100) but fsm->flags was reduced to 
u8_t to save memory,
    we are now stealing the 8th bit (0x80).

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

Summary of changes:
 src/netif/ppp/lcp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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