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
d243b4a1
Commit
d243b4a1
authored
Dec 04, 2015
by
Dridi Boukelmoune
Committed by
Lasse Karstensen
Jan 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify VRT_delete_backend a bit
parent
ed411722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
cache_backend_cfg.c
bin/varnishd/cache/cache_backend_cfg.c
+3
-0
No files found.
bin/varnishd/cache/cache_backend_cfg.c
View file @
d243b4a1
...
...
@@ -160,6 +160,9 @@ VRT_delete_backend(VRT_CTX, struct director **dp)
VTAILQ_REMOVE
(
&
backends
,
be
,
list
);
VTAILQ_INSERT_TAIL
(
&
cool_backends
,
be
,
list
);
Lck_Unlock
(
&
be
->
mtx
);
// NB. The backend is still usable for the ongoing transactions,
// this is why we don't bust the director's magic number.
}
/*---------------------------------------------------------------------
...
...
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