check_disk: Seperate declarations from code

This commit is contained in:
Holger Weiss 2014-11-30 11:33:20 +01:00
parent c0e6a6935b
commit 0d14645cb0

View file

@ -977,6 +977,7 @@ stat_path (struct parameter_list *p)
int statdone = 0;
int timer = timeout_interval;
struct timespec req, rem;
req.tv_sec = 0;
pthread_create(&stat_thread, NULL, do_stat_path, p);
while (timer-- > 0) {