mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Reverting change to const status of network_time. Also, see FIXME: in Func.cc / HandlePluginResult ...
This commit is contained in:
parent
1a456cf9f7
commit
8d04f58eda
5 changed files with 23 additions and 10 deletions
|
@ -645,7 +645,7 @@ void Manager::HookDrainEvents() const
|
|||
|
||||
}
|
||||
|
||||
void Manager::HookUpdateNetworkTime(const double network_time) const
|
||||
void Manager::HookUpdateNetworkTime(double network_time) const
|
||||
{
|
||||
HookArgumentList args;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue