- File:
-
- 1 edited
-
tests/concurrency/channels/pub_sub.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/channels/pub_sub.cfa
rd96f7c4 r50be8af5 88 88 if ( strcmp( argv[2], "d" ) != 0 ) { // default ? 89 89 Tasks = ato( argv[2] ); 90 if ( Tasks < 1 ) fallthr oughdefault;90 if ( Tasks < 1 ) fallthru default; 91 91 } // if 92 92 case 2: 93 93 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? 94 94 Processors = ato( argv[1] ); 95 if ( Processors < 1 ) fallthr oughdefault;95 if ( Processors < 1 ) fallthru default; 96 96 } // if 97 97 case 1: // use defaults
Note:
See TracChangeset
for help on using the changeset viewer.