Ignore:
Timestamp:
May 20, 2001, 5:38:55 PM (24 years ago)
Author:
umoeller
Message:

misc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/threads.h

    r49 r70  
    4747            ULONG   cbStruct;
    4848            void*   pThreadFunc;    // as passed to thrCreate, really a PTHREADFUNC
    49             PBOOL   pfRunning;      // as passed to thrCreate
     49            PULONG  ptidRunning;      // as passed to thrCreate V0.9.12 (2001-05-20) [umoeller]
    5050            const char *pcszThreadName; // as passed to thrCreate
    5151            ULONG   flFlags;        // as passed to thrCreate
     
    5858            HAB     hab;            // for PM threads
    5959            HMQ     hmq;            // for PM threads
    60             BOOL    fExitComplete;  // TRUE if thr_fntGeneric is exiting
     60            BOOL    fExitComplete;
    6161
    6262            // data to be maintained by application
Note: See TracChangeset for help on using the changeset viewer.