Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
23003cd3
Unverified
Commit
23003cd3
authored
Apr 13, 2020
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pack structs
parent
f178ef28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cache_filter.h
bin/varnishd/cache/cache_filter.h
+2
-2
No files found.
bin/varnishd/cache/cache_filter.h
View file @
23003cd3
...
...
@@ -58,10 +58,10 @@ struct vfp {
struct
vfp_entry
{
unsigned
magic
;
#define VFP_ENTRY_MAGIC 0xbe32a027
enum
vfp_status
closed
;
const
struct
vfp
*
vfp
;
void
*
priv1
;
intptr_t
priv2
;
enum
vfp_status
closed
;
VTAILQ_ENTRY
(
vfp_entry
)
list
;
uint64_t
calls
;
uint64_t
bytes_out
;
...
...
@@ -133,9 +133,9 @@ VTAILQ_HEAD(vdp_entry_s, vdp_entry);
struct
vdp_ctx
{
unsigned
magic
;
#define VDP_CTX_MAGIC 0xee501df7
int
retval
;
struct
vdp_entry_s
vdp
;
struct
vdp_entry
*
nxt
;
int
retval
;
};
int
VDP_bytes
(
struct
req
*
,
enum
vdp_action
act
,
const
void
*
ptr
,
ssize_t
len
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment