mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Fixing bug with even priorities potentially being ignored for the
handler.
This commit is contained in:
parent
9709b1d522
commit
bff8d39428
5 changed files with 7 additions and 9 deletions
|
@ -85,7 +85,7 @@ protected:
|
|||
|
||||
class BroFunc : public Func {
|
||||
public:
|
||||
BroFunc(ID* id, Stmt* body, id_list* inits, int frame_size);
|
||||
BroFunc(ID* id, Stmt* body, id_list* inits, int frame_size, int priority);
|
||||
~BroFunc();
|
||||
|
||||
int IsPure() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue