
  TYPE
    nlt$tm_cache_entry = record
      destination_address: nlt$tcpip_address,
      refresh_timestamp: nlt$tm_cache_interval,
      last_used_timestamp: nlt$tm_cache_interval,
      device_count: nlt$device_count,
      unavailable_routes: nlt$device_ids,
      device_list: ^array [ 1 .. * ] of nlt$tm_cache_device,
    recend;

*copyc nlt$device_count
*copyc nlt$device_ids
*copyc nlt$tcpip_address
*copyc nlt$tm_cache_device
*copyc nlt$tm_cache_interval

