mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Canonifying internal order for plugins and their components to make it
deterministic.
This commit is contained in:
parent
57b05a2989
commit
d8801bb9c4
8 changed files with 41 additions and 17 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
* from what's passed to the constructor but upper-cased and
|
||||
* canonified to allow being part of a script-level ID.
|
||||
*/
|
||||
const char* Name() const { return name; }
|
||||
virtual const char* Name() const { return name; }
|
||||
|
||||
/**
|
||||
* Returns a canonocalized version of the analyzer's name. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue