From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10962 invoked by alias); 17 Mar 2003 18:38:19 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 10937 invoked by uid 371); 17 Mar 2003 18:38:18 -0000 Date: Mon, 17 Mar 2003 18:38:00 -0000 Message-ID: <20030317183818.10935.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/bsd_tcpip/current ChangeLog i ... X-SW-Source: 2003/txt/msg00532.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: nickg@sourceware.org 2003-03-17 18:38:18 Modified files: net/net/bsd_tcpip/current: ChangeLog net/net/bsd_tcpip/current/include/sys: mbuf.h net/net/bsd_tcpip/current/src/ecos: support.c Log message: * src/ecos/support.c: Added function cyg_net_show_mbufs() and code in cyg_net_mbuf_alloc() to accumulate and optionally display information about the current set of mbufs. This is mostly a debugging feature and is disabled by default. * include/sys/mbuf.h: Added prototype for cyg_net_show_mbufs().