aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-12-10 09:38:15 +0000
committerPascal Terjan <pterjan@mageia.org>2012-12-10 09:38:15 +0000
commit078aec61654ab8335d9982ff4ccd378cb5770ffd (patch)
treef5c3564ed3567a37e3311d6b772280b82e12223d
parentb1cd4fbff3d5c841daaab0447c4cd312e2f7913b (diff)
downloadiurt-078aec61654ab8335d9982ff4ccd378cb5770ffd.tar
iurt-078aec61654ab8335d9982ff4ccd378cb5770ffd.tar.gz
iurt-078aec61654ab8335d9982ff4ccd378cb5770ffd.tar.bz2
iurt-078aec61654ab8335d9982ff4ccd378cb5770ffd.tar.xz
iurt-078aec61654ab8335d9982ff4ccd378cb5770ffd.zip
Add TODO
-rwxr-xr-xiurt1
1 files changed, 1 insertions, 0 deletions
diff --git a/iurt b/iurt
index a07809a..a9ed411 100755
--- a/iurt
+++ b/iurt
@@ -1089,6 +1089,7 @@ do {
$pid = waitpid(-1, 0);
delete $children{$pid} if $pid > 0;
}
+ # TODO: check load, free memory and free disk
my $pid = fork;
if ($pid) { #parent
$children{$pid} = 1;