mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -1557,7 +1557,7 @@ void TCP_Analyzer::ExpireTimer(double t)
|
|||
}
|
||||
|
||||
// Connection still active, so reschedule timer.
|
||||
// ### if PQ_Element's were BroObj's, could just Ref the timer
|
||||
// ### if PQ_Element's were Obj's, could just Ref the timer
|
||||
// and adjust its value here, instead of creating a new timer.
|
||||
ADD_ANALYZER_TIMER(&TCP_Analyzer::ExpireTimer, t + tcp_session_timer,
|
||||
false, TIMER_TCP_EXPIRE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue