IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41847


Ignore:
Timestamp:
Oct 17, 2021, 1:30:37 PM (5 years ago)
Author:
eugene
Message:

add thread state and entry to enble debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppStack.20211015/src/ppStackThread.h

    r34800 r41847  
    1111    int firstScan;                      // First row of the chunk to be read for this group
    1212    int lastScan;                       // Last row of the chunk to be read for this group
     13    int entry;                          // thread number for tracking progress
     14    int status;                         // thread number for tracking progress
    1315} ppStackThread;
    1416
     
    4749
    4850
     51enum {PPSTACK_THREAD_NEW, PPSTACK_THREAD_READ, PPSTACK_THREAD_RUN, PPSTACK_THREAD_SUCCESS, PPSTACK_THREAD_FAILURE};
     52
     53
    4954#endif
Note: See TracChangeset for help on using the changeset viewer.