[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [] in C struct
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 6 May 2010 11:23:56 +0200
On Thu, May 6, 2010 at 10:55 AM, Aurora <bravefly@gmail.com> wrote:
> struct cookie
> {
> struct cookie *next;
> char *name;
> char *value;
> char *domain;
> char *path;
> long expire;
> unsigned int version;
> short secure;
> [
> short session; /* transient: do not (de)serialize */
> short env; /* transient: do not (de)serialize */
> short modified; /* transient: do not (de)serialize */
> ]
> };
That's definitely not C! What's the system/context/etc ?
steve d.