Added const char* name to mem- and memp-stats for easier debugging.

This commit is contained in:
goldsimon
2010-02-21 12:32:29 +00:00
parent b73dcfb8cf
commit 1d8538bca4
3 changed files with 27 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ HISTORY
++ New features:
2010-02-21: Simon Goldschmidt
* stats.c/.h: Added const char* name to mem- and memp-stats for easier
debugging.
2010-02-21: Simon Goldschmidt
* tcp.h (and usages), added tcp_impl.h: Splitted API and internal
implementation of tcp to make API usage cleare to application programmers