Commit a3e08ee3 authored by Petter Knudsen's avatar Petter Knudsen

gcc 4.4.1 really expects the code to go to infinity and beyond.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4214 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4330915b
......@@ -268,6 +268,7 @@ vca_acct(void *arg)
WRK_QueueSession(sp);
}
}
return NULL;
}
/*--------------------------------------------------------------------*/
......
......@@ -550,6 +550,7 @@ ban_lurker(struct sess *sp, void *priv)
HSH_Deref(sp->wrk, &o);
TIM_sleep(params->ban_lurker_sleep);
}
return NULL;
}
......
......@@ -296,6 +296,7 @@ exp_timer(struct sess *sp, void *priv)
HSH_DerefObjCore(sp);
}
}
return NULL;
}
/*--------------------------------------------------------------------
......
......@@ -428,6 +428,7 @@ wrk_herdtimer_thread(void *priv)
TIM_sleep(params->wthread_purge_delay * 1e-3);
}
return NULL;
}
/*--------------------------------------------------------------------
......@@ -500,6 +501,7 @@ wrk_herder_thread(void *priv)
wrk_breed_flock(wq[u]);
}
}
return NULL;
}
/*--------------------------------------------------------------------
......
......@@ -195,6 +195,7 @@ vca_main(void *arg)
SES_Delete(sp);
}
}
return NULL;
}
/*--------------------------------------------------------------------*/
......@@ -214,6 +215,7 @@ vca_sess_timeout_ticker(void *arg)
TIM_sleep(100 * 1e-3);
assert(read(dotimer_pipe[0], &junk, 1));
}
return NULL;
}
/*--------------------------------------------------------------------*/
......
......@@ -152,6 +152,7 @@ vca_main(void *arg)
SES_Delete(sp);
}
}
return NULL;
}
/*--------------------------------------------------------------------*/
......
......@@ -375,6 +375,7 @@ hcb_cleaner(void *priv)
Lck_Unlock(&hcb_mtx);
WRK_SumStat(&ww);
}
return NULL;
}
/**********************************************************************/
......
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