Browse Source

Set first localgen time to max.

nfactor-troky
Con Kolivas 14 years ago
parent
commit
048bea201f
  1. 3
      main.c

3
main.c

@ -222,6 +222,9 @@ static void add_pool(void) @@ -222,6 +222,9 @@ static void add_pool(void)
applog(LOG_ERR, "Failed to pthread_mutex_init in add_pool");
exit (1);
}
/* Make sure the pool doesn't think we've been idle since time 0 if
* we rush to !localgen */
pool->tv_localgen.tv_sec = ~0UL;
}
/* Pool variant of test and set */

Loading…
Cancel
Save