
{    DECK:  RFT$APPLICATION_TABLE_ENTRY
{
{    This deck contains the definitions for maintaining the status of
{    all active RHFAM applications.

  TYPE
    rft$application_table_entry = record
      next_entry: ^rft$application_table_entry,
      application_name: rft$application_name,
      application_kind: rft$application_kinds,
      maximum_allowed_connections: rft$application_connections,
      number_of_active_connections: rft$application_connections,
      system_wide_connection_mgmt: boolean,
      connection_table: ^rft$connection_entry,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc rft$connection_entry
*copyc rft$external_interface
?? POP ??
