git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3506
d4fa192b-c00b-0410-8231-
f00ffab90ce4
char *hash;
unsigned hashlen;
unsigned char digest[DIGEST_LEN];
+#ifdef NOT_YET
union {
VTAILQ_HEAD(, sess) __u_waitinglist;
VTAILQ_ENTRY(objhead) __u_coollist;
} __u;
#define waitinglist __u.__u_waitinglist
#define coollist __u.__u_coollist
+#else
+ VTAILQ_HEAD(, sess) waitinglist;
+ VTAILQ_ENTRY(objhead) coollist;
+#endif
/*----------------------------------------------------
* The fields below are for the sole private use of