diff --git a/aha/aha-worker.py b/aha/aha-worker.py index d6fea734751..d7c24234fe6 100644 --- a/aha/aha-worker.py +++ b/aha/aha-worker.py @@ -9,8 +9,7 @@ #for the aha tak to take the decisions #The aha framework can be launched then in screen # - - +#TODO implement signal handler HUP flushes the file import dircache,os.path,time,sys,ConfigParser,getopt from ahalib import * diff --git a/aha/aha.py b/aha/aha.py index b04443ec8a0..75979ff04b6 100644 --- a/aha/aha.py +++ b/aha/aha.py @@ -8,6 +8,7 @@ from ctypes import * from ahalib import * class KernelEvents(ProcessEvent): + def __init__(self,inqueue,outqueue,insultmaxidx): self.ahaa = AHAActions(inqueue,outqueue)