From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 16:39:05 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0655D37B401 for ; Wed, 13 Aug 2003 16:39:05 -0700 (PDT) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [66.31.45.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B7243F93 for ; Wed, 13 Aug 2003 16:39:03 -0700 (PDT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com (localhost.crodrigues.org [127.0.0.1])h8DNd65m003848 for ; Sat, 13 Sep 2003 19:39:06 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)h8DNd6Dj003847 for freebsd-current@freebsd.org; Sat, 13 Sep 2003 19:39:06 -0400 (EDT) From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20030913233905.GA3834@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: M_NOTIFICATION in ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 13 Aug 2003 23:39:05 -0000 X-Original-Date: Sat, 13 Sep 2003 19:39:05 -0400 X-List-Received-Date: Wed, 13 Aug 2003 23:39:05 -0000 Hi, While trying to port the SCTP-KAME code to CURRENT, I noticed that M_NOTIFICATION is missing from in CURRENT, but it is present in the KAME version of this file. Any reason not to apply this patch? --- sys/sys/mbuf.h.orig Sat Sep 13 19:34:07 2003 +++ sys/sys/mbuf.h Sat Sep 13 19:34:14 2003 @@ -164,6 +164,8 @@ #define M_FIRSTFRAG 0x1000 /* packet is first fragment */ #define M_LASTFRAG 0x2000 /* packet is last fragment */ +#define M_NOTIFICATION 0x8000 /* notification event */ + /* * External buffer types: identify ext_buf type. */ KAME guys have it here: http://orange.kame.net/dev/cvsweb.cgi/kame/freebsd5/sys/sys/mbuf.h?rev=1.5 Thanks. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org