index
:
runq
master
A basic queue for generic batch-jobs
Marius Halden
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
batchd.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'batchd.c')
-rw-r--r--
batchd.c
2
1 files changed, 2 insertions, 0 deletions
diff --git a/batchd.c b/batchd.c
index fb37b49..4a0dc4b 100644
--- a/
batchd.c
+++ b/
batchd.c
@@ -131,6 +131,8 @@ wait_all()
free(work);
free(done);
free(failed);
+
+ break;
}
}
}