Changeset 18839 for trunk/ppMerge/src/ppMergeArguments.c
- Timestamp:
- Jul 31, 2008, 2:13:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeArguments.c
r18758 r18839 171 171 } 172 172 173 # if (THREADED)174 173 // Number of threads 175 174 if ((argnum = psArgumentGet(argc, argv, "-threads"))) { … … 181 180 // create the thread pool with number of desired threads, supplying our thread launcher function 182 181 // XXX need to determine the number of threads from the config data 183 psThreadPoolInit (nThreads , &ppMergeThreadLauncher);184 } 185 # endif 182 psThreadPoolInit (nThreads); 183 } 184 ppMergeSetThreads(); 186 185 187 186 if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 3) {
Note:
See TracChangeset
for help on using the changeset viewer.
