Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-objvar
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
uplex-varnish
varnish-objvar
Commits
b188cc33
Unverified
Commit
b188cc33
authored
Aug 01, 2023
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support backend reference counting
parent
9c1713f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
type_cp.h
src/type_cp.h
+2
-2
No files found.
src/type_cp.h
View file @
b188cc33
...
...
@@ -62,8 +62,8 @@ static const struct vrt_blob null_blob[1] = {{
#define FREE_ACL(ptr) (void)0
#define KIND_BACKEND immediate
#define CP_BACKEND(dst, src)
(dst) = (
src)
#define FREE_BACKEND(ptr)
(void)0
#define CP_BACKEND(dst, src)
VRT_Assign_Backend(&dst,
src)
#define FREE_BACKEND(ptr)
VRT_Assign_Backend(&ptr, NULL)
#define KIND_BLOB pointer
#define CP_BLOB(dst, src) \
...
...
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