Merge PQ_Timer into base TimerMgr class

This commit is contained in:
Tim Wojtulewicz 2020-08-17 16:08:17 -07:00
parent 0edc331ca1
commit b77ede4bed
5 changed files with 39 additions and 58 deletions

View file

@ -641,7 +641,7 @@ SetupResult setup(int argc, char** argv, Options* zopts)
if ( r != SQLITE_OK )
reporter->Error("Failed to initialize sqlite3: %s", sqlite3_errstr(r));
timer_mgr = new PQ_TimerMgr();
timer_mgr = new TimerMgr();
auto zeekygen_cfg = options.zeekygen_config_file.value_or("");
zeekygen_mgr = new zeekygen::detail::Manager(zeekygen_cfg, zeek_argv[0]);