Commit 654da21e authored by Nils Goroll's avatar Nils Goroll

Add a private pointer to struct vdp

to facilitate custom filter parametrization
parent de11d7d9
......@@ -122,6 +122,7 @@ struct vdp {
vdp_init_f *init;
vdp_bytes_f *bytes;
vdp_fini_f *fini;
const void *priv1;
};
struct vdp_entry {
......
......@@ -58,6 +58,7 @@
* binary/load-time compatible, increment MAJOR version
*
* NEXT (2023-09-15)
* [cache_filter.h] struct vdp gained priv1 member
* 17.0 (2023-03-15)
* VXID is 64 bit
* [cache.h] http_GetRange() changed
......
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