|
steve donovan wrote:
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 ?
The guy fished it off the internets... Google code search finds it at www.gridlab.org. It seems to have some connection to GridLab's "Grid Application Toolkit". Regards, Frank