Commit 21f46f87 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

nitpicking


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2058 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 939957b3
...@@ -199,12 +199,11 @@ wrk_do_one(struct worker *w) ...@@ -199,12 +199,11 @@ wrk_do_one(struct worker *w)
static void * static void *
wrk_thread(void *priv) wrk_thread(void *priv)
{ {
struct worker *w, ww; struct worker w[1];
struct wq *qp; struct wq *qp;
char c; char c;
qp = priv; qp = priv;
w = &ww;
memset(w, 0, sizeof *w); memset(w, 0, sizeof *w);
w->magic = WORKER_MAGIC; w->magic = WORKER_MAGIC;
w->used = TIM_real(); w->used = TIM_real();
......
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