mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Replace uses of the old Dict generation code with new template versions
This commit is contained in:
parent
e2feec52be
commit
50943a580c
26 changed files with 62 additions and 94 deletions
|
@ -105,10 +105,8 @@ private:
|
|||
int hits; // Statistics
|
||||
int misses;
|
||||
|
||||
declare(PDict,CacheEntry);
|
||||
|
||||
// Hash indexed by NFA states (MD5s of them, actually).
|
||||
PDict(CacheEntry) states;
|
||||
PDict<CacheEntry> states;
|
||||
};
|
||||
|
||||
class DFA_Machine : public BroObj {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue