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

@ -32,6 +32,7 @@ enum DebugStream {
DBG_PLUGINS, // Plugin system
DBG_BROXYGEN, // Broxygen
DBG_PKTIO, // Packet sources and dumpers.
DBG_BROKER, // Broker communication
NUM_DBGS // Has to be last
};