FileAnalysis: finish switching hooks to events.

This commit is contained in:
Jon Siwek 2013-04-10 11:13:43 -05:00
parent 641154f8e8
commit a2d9b47bcd
39 changed files with 219 additions and 305 deletions

View file

@ -62,7 +62,6 @@ EventMgr::EventMgr()
current_aid = 0;
src_val = 0;
draining = 0;
bypass_queue = false;
}
EventMgr::~EventMgr()