Commit dd0959d6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Give the vrt_ctx a distinct session pointer which will be available

in both client and backend context.
parent 7b9a3a30
......@@ -40,7 +40,11 @@
* Whenever something is deleted or changed in a way which is not
* binary/load-time compatible, increment MAJOR version
*
* 3.2 = vrt_backend grew .proxy_header field
* 3.2:
* vrt_backend grew .proxy_header field
* vrt_ctx grew .sp field.
*
* older version:
* Bump VRT_MINOR_VERSION due to:
* - VCL_ACL type added
* Bump VRT_MAJOR_VERSION due to:
......@@ -108,6 +112,8 @@ struct vrt_ctx {
struct vcl *vcl;
struct ws *ws;
struct sess *sp;
struct req *req;
struct http *http_req;
struct http *http_req_top;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment