Changeset 20711 for trunk/ppStack/src/ppStackThread.c
- Timestamp:
- Nov 12, 2008, 4:59:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackThread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackThread.c
r19532 r20711 235 235 236 236 { 237 psThreadTask *task = psThreadTaskAlloc("PPSTACK_INITIAL_COMBINE", 6);237 psThreadTask *task = psThreadTaskAlloc("PPSTACK_INITIAL_COMBINE", 7); 238 238 task->function = &ppStackReadoutInitialThread; 239 239 psThreadTaskAdd(task); … … 249 249 250 250 { 251 psThreadTask *task = psThreadTaskAlloc("PPSTACK_FINAL_COMBINE", 4);251 psThreadTask *task = psThreadTaskAlloc("PPSTACK_FINAL_COMBINE", 5); 252 252 task->function = &ppStackReadoutFinalThread; 253 253 psThreadTaskAdd(task);
Note:
See TracChangeset
for help on using the changeset viewer.
