mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/pluggable-cluster-backends-part1'
* origin/topic/awelzel/pluggable-cluster-backends-part1: btest: Test Broker::make_event() together with Cluster::publish_hrw() btest: Add cluster dir, minimal test for enum value broker: Add shim plugin adding a backend component zeek-setup: Instantiate backend::manager cluster: Add to src/CMakeLists.txt cluster: Add Components and ComponentManager for new components cluster/Backend: Interface for cluster backends cluster/Serializer: Interface for event and log serializers logging: Introduce logging/Types.h SerialTypes/Field: Allow default construction and add move constructor DebugLogger: Add cluster debugging stream plugin: Add component enums for pluggable cluster backends broker: Pass frame to MakeEvent()
This commit is contained in:
commit
97f05b2f8c
34 changed files with 1542 additions and 28 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