mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge PQ_Timer into base TimerMgr class
This commit is contained in:
parent
0edc331ca1
commit
b77ede4bed
5 changed files with 39 additions and 58 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue