Commit b748d301 authored by Nils Goroll's avatar Nils Goroll

ws snapshot signaute changed in master - reason to branch 5.0

parent a13257a0
...@@ -415,7 +415,8 @@ decode(VRT_CTX, VCL_INT n, VCL_ENUM decs, ...@@ -415,7 +415,8 @@ decode(VRT_CTX, VCL_INT n, VCL_ENUM decs,
enum encoding dec = parse_encoding(decs); enum encoding dec = parse_encoding(decs);
struct wb_s wb; struct wb_s wb;
struct vmod_priv *b; struct vmod_priv *b;
char *snap, *buf; char *buf;
uintptr_t snap;
ssize_t len; ssize_t len;
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC); CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
......
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