time sequencing of shmlog records for debugging purposes.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3570
d4fa192b-c00b-0410-8231-
f00ffab90ce4
#ifdef HAVE_ABORT2
" 0x00008000 - panic to abort2().\n"
#endif
+ " 0x00010000 - synchronize shmlog.\n"
"Use 0x notation and do the bitor in your head :-)\n",
0,
"0", "bitmap" },
memcpy(p + SHMLOG_DATA, t.b, l);
vsl_hdr(tag, p, l, id);
w->wlr++;
+ if (params->diag_bitmap & 0x10000)
+ WSL_Flush(w, 0);
}
/*--------------------------------------------------------------------*/
w->wlr++;
}
va_end(ap);
+ if (params->diag_bitmap & 0x10000)
+ WSL_Flush(w, 0);
}
/*--------------------------------------------------------------------*/