mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/broker'
* origin/topic/jsiwek/broker: (34 commits) Update broker submodule. Update broker submodule. broker integration: add missing baselines for doc tests broker integration: add prof.log statistics broker integration: add high-level usage documentation broker integration: add API documentation (broxygen/doxygen) broker integration: fix memory leak, add leak tests Update broker submodule. Improve comm tests. Fix gcc compile warnings. broker integration: fix unit tests to work when broker is not enabled. Add --enable-c++11 configure flag. broker integration: add (un)publish/(un)advertise functions broker integration: add knobs to set auto publish/advertise behavior broker integration: move listen port for unit tests to a btest variable broker integration: add events for incoming connection status updates broker integration: adapt to change in expiration_time Update coverage unit test baselines. broker integration: add Comm::enable function broker integration: process debug/diagnostic reports from broker ... Conflicts: cmake testing/btest/Baseline/plugins.hooks/output
This commit is contained in:
commit
dfc88094ab
123 changed files with 8375 additions and 36 deletions
|
@ -113,6 +113,8 @@ SERIAL_VAL(TOPK_VAL, 20)
|
|||
SERIAL_VAL(BLOOMFILTER_VAL, 21)
|
||||
SERIAL_VAL(CARDINALITY_VAL, 22)
|
||||
SERIAL_VAL(X509_VAL, 23)
|
||||
SERIAL_VAL(COMM_STORE_HANDLE_VAL, 24)
|
||||
SERIAL_VAL(COMM_DATA_VAL, 25)
|
||||
|
||||
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
|
||||
SERIAL_EXPR(EXPR, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue