
{ The aging interval has a unit of microseconds.

  TYPE
    jmt$aging_interval = ost$aging_interval;

{ The following constants define the range of values permitted on SCL
{ parameter definitions and the internal representation for the keyword,
{ UNSPECIFIED.

  CONST
    jmc$lowest_aging_interval = 1000,
*IF $true(osv$unix)
    jmc$highest_aging_interval = 7ffffffe(16),
    jmc$unspecified_aging_interval = 7fffffff(16);
*ELSE
    jmc$highest_aging_interval = 3600000000,
    jmc$unspecified_aging_interval = jmc$highest_aging_interval +
          jmc$unspecified_offset;
*IFEND

*copyc jmc$attribute_keyword_offsets
*copyc ost$aging_interval
