mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Renaming InternalAnalyzerError to AnalyzerError.
This is to avoid confusion when we abort and when not: InternalError() aborts; AnalyzerError() does not.
This commit is contained in:
parent
d6855dc4eb
commit
8e18f9d59e
14 changed files with 29 additions and 29 deletions
|
@ -92,9 +92,9 @@ public:
|
|||
// dump after the message has been reported.
|
||||
void InternalError(const char* fmt, ...) FMT_ATTR;
|
||||
|
||||
// Report an internal analyzer error. That analyzer will not process
|
||||
// Report an analyzer error. That analyzer will be set to not process
|
||||
// any further input, but Bro otherwise continues normally.
|
||||
void InternalAnalyzerError(analyzer::Analyzer* a, const char* fmt, ...);
|
||||
void AnalyzerError(analyzer::Analyzer* a, const char* fmt, ...);
|
||||
|
||||
// Toggle whether non-fatal messages should be reported through the
|
||||
// scripting layer rather on standard output. Fatal errors are always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue