
{    DECK:  RFT$RHFAM_CLIENT_TABLE
{
{    This deck contains the definitions for maintaining the status
{    of all defined RHFAM clients.

  TYPE
    rft$rhfam_client_table = record
      lock: ost$signature_lock,
      first_entry: ^rft$rhfam_client_table_entry,
    recend;


  TYPE
    rft$rhfam_client_table_entry = record
      next_entry: ^rft$rhfam_client_table_entry,
      client_active: boolean,
      client_name: rft$application_name,
      maximum_connections: rft$application_connections,
      current_connections: rft$application_connections,
      system_wide_connection_mgmt: boolean,
      client_capability: ost$name,
      client_ring: ost$ring,
      client_system_privilege: boolean,
      connections_reserved: rft$application_connections,
      abort_connections: boolean,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc osd$virtual_address
*copyc ost$name
*copyc ost$signature_lock
*copyc rft$external_interface
?? POP ??
