Commit ef4dc6ea authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Lck_ operations are limited to varnishd

parent fd186d97
......@@ -357,7 +357,6 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
if (vsl_ts > vsl_to) {
double when = VTIM_real() + vsl_ts - vsl_to;
struct timespec ts;
// Lck_CondWait
ts.tv_nsec = (long)(modf(when, &t) * 1e9);
ts.tv_sec = (long)t;
i = pthread_cond_timedwait(&timebend_cv, &mtx, &ts);
......
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