
  TYPE
    nlt$tm_route_cache_element = record
      lock: ost$signature_lock,
      entry_list: ^nlt$tm_route_cache_entry_list,
    recend;

*copyc nlt$tm_route_cache_entry_list
*copyc ost$signature_lock

