Changeset 883
- Timestamp:
- 02/20/08 13:00:50 (13 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/libstreaming/StreamProcessorManager.cpp
r866 r883 672 672 // start all SP's synchonized 673 673 bool start_result = false; 674 for (int ntries ; ntries < STREAMPROCESSORMANAGER_SYNCSTART_TRIES; ntries++) {674 for (int ntries=0; ntries < STREAMPROCESSORMANAGER_SYNCSTART_TRIES; ntries++) { 675 675 // put all SP's into dry-running state 676 676 if (!startDryRunning()) {