mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -21,7 +21,7 @@ namespace zeek::threading
|
|||
* The implementation uses multiple queues and reads/writes in rotary fashion
|
||||
* in an attempt to limit contention.
|
||||
*
|
||||
* All Queue instances must be instantiated by Bro's main thread.
|
||||
* All Queue instances must be instantiated by Zeek's main thread.
|
||||
*
|
||||
* TODO: Unclear how critical performance is for this qeueue. We could likely
|
||||
* optimize it further if helpful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue