RE: Adding to the mbuf header...

2002-04-01 Thread Chris Ptacek
M_dat.MH.MH_dat.MH_databuf #define m_dat M_dat.M_databuf - Chris > -Original Message- > From: Julian Elischer [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 29, 2002 9:44 PM > To: Chris Ptacek > Cc: '[EMAIL PROTECTED]' > Subject: R

Re: Adding to the mbuf header...

2002-03-29 Thread Julian Elischer
send your diff to mbuf.h On Fri, 29 Mar 2002, Chris Ptacek wrote: > I am working on a project using FreeBSD 3.2 (part of the requirements). > As part of this project I would like to add a field to the mbuf header to > store some information. I have added the field, however I get an occasiona

Adding to the mbuf header...

2002-03-29 Thread Chris Ptacek
I am working on a project using FreeBSD 3.2 (part of the requirements). As part of this project I would like to add a field to the mbuf header to store some information. I have added the field, however I get an occasional core when trying to free an mbuf. It appears that the next field is gett