Re: sys/queue.h
- From: westymatt <westymatt@xxxxxxxxx>
- Date: Mon, 16 Jul 2007 04:05:55 -0000
The structure
<code>
struct packetCache
{
struct packetCache *next;
ssize_t len;
unsigned char data[0];
};
The unsigned char data[0] is this essentially making a single char?
.
- Follow-Ups:
- Re: sys/queue.h
- From:
- Re: sys/queue.h
- References:
- sys/queue.h
- From: westymatt
- Re: sys/queue.h
- From: William Pursell
- sys/queue.h
- Prev by Date: Re: PLEASE HELP - Very odd kernel panic problem
- Next by Date: Re: sys/queue.h
- Previous by thread: Re: sys/queue.h
- Next by thread: Re: sys/queue.h
- Index(es):