broker integration: process debug/diagnostic reports from broker

This commit is contained in:
Jon Siwek 2015-02-03 15:11:16 -06:00
parent bb9e6583e0
commit 0cf982f1d1
4 changed files with 62 additions and 2 deletions

View file

@ -19,7 +19,7 @@ DebugLogger::Stream DebugLogger::streams[NUM_DBGS] = {
{ "logging", 0, false }, {"input", 0, false },
{ "threading", 0, false }, { "file_analysis", 0, false },
{ "plugins", 0, false }, { "broxygen", 0, false },
{ "pktio", 0, false}
{ "pktio", 0, false }, { "broker", 0, false }
};
DebugLogger::DebugLogger(const char* filename)