Add idea to implement signal handler to flush the file

This commit is contained in:
Gerard Wagener 2010-01-14 15:49:51 +01:00
parent 9a996274ef
commit defd699bd8
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,7 @@
#for the aha tak to take the decisions #for the aha tak to take the decisions
#The aha framework can be launched then in screen #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 import dircache,os.path,time,sys,ConfigParser,getopt
from ahalib import * from ahalib import *

View file

@ -8,6 +8,7 @@ from ctypes import *
from ahalib import * from ahalib import *
class KernelEvents(ProcessEvent): class KernelEvents(ProcessEvent):
def __init__(self,inqueue,outqueue,insultmaxidx): def __init__(self,inqueue,outqueue,insultmaxidx):
self.ahaa = AHAActions(inqueue,outqueue) self.ahaa = AHAActions(inqueue,outqueue)