mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Merge branch 'fastpath' of git://git.bro-ids.org/bro into fastpath
This commit is contained in:
commit
d6da8365f5
3 changed files with 13 additions and 2 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
struct WriterInfo
|
||||
{
|
||||
// Structure takes ownership of these strings.
|
||||
typedef std::map<const char*, const char*> config_map;
|
||||
typedef std::map<const char*, const char*, CompareString> config_map;
|
||||
|
||||
/**
|
||||
* A string left to the interpretation of the writer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue