[master] c4a0eda ... and don't forget the two new states

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 24 13:02:48 CET 2015


commit c4a0eda3ed4399ed7b953fe6c322c4506925206e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 24 10:09:53 2015 +0000

    ... and don't forget the two new states

diff --git a/include/tbl/steps.h b/include/tbl/steps.h
index 5d93386..a5e618a 100644
--- a/include/tbl/steps.h
+++ b/include/tbl/steps.h
@@ -33,7 +33,9 @@
 #ifdef SESS_STEP
 SESS_STEP(h1newsess,	H1NEWSESS)
 SESS_STEP(h1newreq,	H1NEWREQ)
+SESS_STEP(h1proc,	H1PROC)
 SESS_STEP(h1busy,	H1BUSY)
+SESS_STEP(h1cleanup,	H1CLEANUP)
 SESS_STEP(h1working,	H1WORKING)
 SESS_STEP(h1_last,	H1_LAST)
 



More information about the varnish-commit mailing list