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. c838e1ed5b8c42648de227773b9d9aa27370fc04
Date: Thu, 12 Nov 2015 07:45:46 +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  c838e1ed5b8c42648de227773b9d9aa27370fc04 (commit)
      from  d38db89626ec3d8ca25ff30fbcbe46ed877f32cf (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 c838e1ed5b8c42648de227773b9d9aa27370fc04
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Nov 12 08:45:04 2015 +0100

    Implement possibility to declare private memory pools. This is useful to 
decouple some apps from the core (SNMP stack) or make contrib app useage 
simpler (httpserver_raw) .

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

Summary of changes:
 src/core/mem.c                                |   13 +-
 src/core/memp.c                               |  388 ++++++++++---------------
 src/include/lwip/memp.h                       |   78 +++---
 src/include/lwip/opt.h                        |    9 -
 src/include/lwip/{memp.h => priv/memp_priv.h} |  114 +++++---
 src/include/lwip/stats.h                      |    2 +
 6 files changed, 285 insertions(+), 319 deletions(-)
 copy src/include/lwip/{memp.h => priv/memp_priv.h} (52%)


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



reply via email to

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