Changeset 2206 in Sophya for trunk/ArchTOIPipe/Kernel/cgt.cc


Ignore:
Timestamp:
Oct 7, 2002, 4:23:02 PM (23 years ago)
Author:
aubourg
Message:

cgr/manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/cgt.cc

    r2187 r2206  
    154154  cout << " CGT::Start() starting TOIProcessors ... NProc="
    155155       << lesProcs.size() << endl;
    156   for(int i=0; i< lesProcs.size(); i++) {
    157     if (dbgLevel > 1)
     156  /*  for(int i=0; i< lesProcs.size(); i++) {
     157      if (dbgLevel > 1)
    158158      cout << " Staring Proc Id= " << i << " @ " << hex << lesProcs[i] << dec << endl;
    159     lesProcs[i]->start();
    160   }
     159      lesProcs[i]->start();
     160      }
     161  */
     162  TOIManager::getInstance()->startAll();
    161163}
    162164
Note: See TracChangeset for help on using the changeset viewer.