From owner-cvs-all Sat Jun 22 4:29:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DB9E37B400; Sat, 22 Jun 2002 04:29:08 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MBT8T21662; Sat, 22 Jun 2002 04:29:08 -0700 (PDT) (envelope-from luigi) Message-Id: <200206221129.g5MBT8T21662@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 22 Jun 2002 04:29:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/06/22 04:29:08 PDT Modified files: sys/sys mbuf.h Log: Define an mbuf type, MT_TAG, used for volatile annotations prepended to mbuf chains in the network stack. Reuse a previoulsy unused value to avoid changes in other data structures. Revision Changes Path 1.92 +3 -2 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message