Changeset 4100 for trunk/varnish-cache/include/vcl.h
- Timestamp:
- 06/09/09 12:41:38 (14 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/include/vcl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/include/vcl.h
r4099 r4100 23 23 #define VCL_MET_FETCH (1 << 6) 24 24 #define VCL_MET_DELIVER (1 << 7) 25 #define VCL_MET_TIMEOUT (1 << 8) 26 #define VCL_MET_ERROR (1 << 9) 25 #define VCL_MET_ERROR (1 << 8) 27 26 28 #define VCL_MET_MAX 1027 #define VCL_MET_MAX 9 29 28 30 29 /* VCL Returns */ … … 70 69 vcl_func_f *fetch_func; 71 70 vcl_func_f *deliver_func; 72 vcl_func_f *timeout_func;73 71 vcl_func_f *error_func; 74 72 };
