mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Review fixups
This commit is contained in:
parent
499a3353b5
commit
690061b01c
3 changed files with 9 additions and 23 deletions
|
@ -23,4 +23,4 @@ class Attr;
|
|||
typedef PList<Attr> attr_list;
|
||||
|
||||
class Timer;
|
||||
typedef PList<Timer, LIST_UNORDERED> timer_list;
|
||||
typedef PList<Timer, ListOrder::UNORDERED> timer_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue