
{ TMDTQLK - contains the type declaration for task queue link.

  TYPE
    tmt$task_queue_link = record
      head: ost$task_index,
      tail: ost$task_index,
    recend;

*copyc OST$GLOBAL_TASK_ID
