mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Communication must now be enabled explicitly.
The communication subsystem is now disabled until a new BiF, enable_communication(), is called. The base scripts do this automatically when either a Communication::Node is defined, or Bro is asked to listen for incoming connections.
This commit is contained in:
parent
0e2a1605b3
commit
103396f6d3
9 changed files with 27 additions and 43 deletions
|
@ -128,10 +128,6 @@ public:
|
|||
// Log some statistics.
|
||||
void LogStats();
|
||||
|
||||
// Return a 0-terminated array of built-in functions which,
|
||||
// when referenced, trigger the remote serializer's initialization.
|
||||
const char* const* GetBuiltins() const;
|
||||
|
||||
// Tries to sent out all remaining data.
|
||||
// FIXME: Do we still need this?
|
||||
void Finish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue