mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
DebugLogger: Add cluster debugging stream
This commit is contained in:
parent
35eadf0ceb
commit
d2633163bd
2 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,7 @@ enum DebugStream {
|
|||
DBG_SUPERVISOR, // Process supervisor
|
||||
DBG_HASHKEY, // HashKey buffers
|
||||
DBG_SPICY, // Spicy functionality
|
||||
DBG_CLUSTER, // Cluster functionality
|
||||
|
||||
NUM_DBGS // Has to be last
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue