
{
{ PURPOSE:
{   This variable contains all of the outstanding address accessible requests.
{   A request is queued when all of the configured devices are queried for a
{   specific destination address.  As each device responds the request is updated.
{   After the last device responds the request is removed from the queue.  The
{   requestor will be readied and informed which device if any is the best route
{   to the destination address.
{

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

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

