
{ NOTE:
{   The intent of this variable is to hold information about each configured device.
{   The array elements should be read and written in one operation to avoid partial updates.
{   This removes the need for a lock.

  VAR
    nlv$tm_device_list: [XREF, oss$network_paged] nlt$tm_device_list;

?? PUSH (LISTEXT := ON) ??
*copyc nlt$tm_device_list
*copyc oss$network_paged
?? POP ??
