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
a588d046
Commit
a588d046
authored
Nov 08, 2011
by
Poul-Henning Kamp
Committed by
Tollef Fog Heen
Mar 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't start the ban-lurker until -spersistent is done loading.
parent
b1f19faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cache_ban.c
bin/varnishd/cache_ban.c
+2
-1
No files found.
bin/varnishd/cache_ban.c
View file @
a588d046
...
...
@@ -86,6 +86,7 @@ static struct lock ban_mtx;
static
struct
ban
*
ban_magic
;
static
pthread_t
ban_thread
;
static
struct
ban
*
volatile
ban_start
;
static
bgthread_t
ban_lurker
;
/*--------------------------------------------------------------------
* BAN string magic markers
...
...
@@ -567,6 +568,7 @@ BAN_Compile(void)
SMP_NewBan
(
ban_magic
->
spec
,
ban_len
(
ban_magic
->
spec
));
ban_start
=
VTAILQ_FIRST
(
&
ban_head
);
WRK_BgThread
(
&
ban_thread
,
"ban-lurker"
,
ban_lurker
,
NULL
);
}
/*--------------------------------------------------------------------
...
...
@@ -1074,5 +1076,4 @@ BAN_Init(void)
ban_magic
->
flags
|=
BAN_F_GONE
;
VSC_C_main
->
n_ban_gone
++
;
BAN_Insert
(
ban_magic
);
WRK_BgThread
(
&
ban_thread
,
"ban-lurker"
,
ban_lurker
,
NULL
);
}
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