From b48be3e0e0b5d2dab7b51fab371f5271c3f41516 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Wed, 20 Jan 2010 22:00:20 +0100 Subject: [PATCH] annotated list causes the confusions but need ppid in anotated list too --- aha/ahalib.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aha/ahalib.py b/aha/ahalib.py index 88e8025f728..07bb41af87a 100644 --- a/aha/ahalib.py +++ b/aha/ahalib.py @@ -300,6 +300,10 @@ class ProcessTrees: ret.append(c) return ret + #Pid is the root; remove this pid and all chidren + def clean_aplist(self,pid): + #aplist needs to be cleaned up else process recycling is worse + pass class TestProcessTree(unittest.TestCase): def testSearchRegular0(self): x = ProcessTrees()