summaryrefslogtreecommitdiff
path: root/bin/PerlACE/ProcessLVRT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/PerlACE/ProcessLVRT.pm')
-rw-r--r--bin/PerlACE/ProcessLVRT.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/PerlACE/ProcessLVRT.pm b/bin/PerlACE/ProcessLVRT.pm
index 2079346f33c..44cd400ad2d 100644
--- a/bin/PerlACE/ProcessLVRT.pm
+++ b/bin/PerlACE/ProcessLVRT.pm
@@ -345,4 +345,12 @@ CHECK:
return -1;
}
+###
+
+sub kill_all ($)
+{
+ my $procmask = shift;
+ ## NOT IMPLEMENTED YET
+}
+
1;