mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix minor type-clash warning on Windows
This commit is contained in:
parent
496d2bc5e3
commit
75188ea6d7
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ struct Manager::Stream
|
||||||
Func* policy = nullptr;
|
Func* policy = nullptr;
|
||||||
list<Filter*> filters;
|
list<Filter*> filters;
|
||||||
|
|
||||||
using WriterPathPair = pair<int, string>;
|
using WriterPathPair = pair<zeek_int_t, string>;
|
||||||
using WriterMap = map<WriterPathPair, WriterInfo*>;
|
using WriterMap = map<WriterPathPair, WriterInfo*>;
|
||||||
|
|
||||||
WriterMap writers; // Writers indexed by id/path pair.
|
WriterMap writers; // Writers indexed by id/path pair.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue