mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Add idea to implement signal handler to flush the file
This commit is contained in:
parent
9a996274ef
commit
defd699bd8
2 changed files with 2 additions and 2 deletions
|
@ -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 *
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue