[master] 7bb2ddb And don't forget the new states
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Tue Mar 24 13:02:48 CET 2015
    
    
  
commit 7bb2ddb15e30ebf44b164af79651950e2223ec20
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 24 09:42:31 2015 +0000
    And don't forget the new states
diff --git a/include/tbl/steps.h b/include/tbl/steps.h
index 50896b3..5d93386 100644
--- a/include/tbl/steps.h
+++ b/include/tbl/steps.h
@@ -33,6 +33,7 @@
 #ifdef SESS_STEP
 SESS_STEP(h1newsess,	H1NEWSESS)
 SESS_STEP(h1newreq,	H1NEWREQ)
+SESS_STEP(h1busy,	H1BUSY)
 SESS_STEP(h1working,	H1WORKING)
 SESS_STEP(h1_last,	H1_LAST)
 
    
    
More information about the varnish-commit
mailing list