starting to rough in adding a frame to zmpacket

This commit is contained in:
Isaac Connor
2017-09-04 16:36:34 -04:00
parent b9c57028c8
commit b30e8953dd
6 changed files with 25 additions and 20 deletions

View File

@@ -250,8 +250,8 @@ int main(int argc, char *argv[]) {
Monitor::Function function = monitors[0]->GetFunction();
if ( function == Monitor::MODECT || function == Monitor::MOCORD ) {
Debug(1, "Starting an analysis thread for monitor (%d)", monitors[i]->Id() );
analysis_threads[i] = new AnalysisThread( monitors[i] );
Debug(1, "Starting an analysis thread for monitor (%d)", monitors[i]->Id());
analysis_threads[i] = new AnalysisThread(monitors[i]);
analysis_threads[i]->start();
} else {
analysis_threads[i] = NULL;