broker integration: add unit tests for remote log/print/event

This commit is contained in:
Jon Siwek 2015-01-26 16:53:13 -06:00
parent 2b598e3d5a
commit 5527543601
17 changed files with 333 additions and 8 deletions

View file

@ -944,7 +944,7 @@ int main(int argc, char** argv)
#ifdef ENABLE_BROKER
comm_mgr->InitPostScript();
iosource_mgr->Register(comm_mgr);
iosource_mgr->Register(comm_mgr, true);
#endif
#ifdef USE_PERFTOOLS_DEBUG