
{ Note: Changing the size (in bytes) of this structure will result in a
{       permanent file breakage and a reload will be required.

  TYPE
    ost$binary_unique_name = packed record
      serial_number: ost$processor_serial_number,
      model_number: ost$processor_model_number,
      year: 1980 .. 2047,
      month: 1 .. 12,
      day: 1 .. 31,
      hour: 0 .. 23,
      minute: 0 .. 59,
      second: 0 .. 59,
      sequence_number: 0 .. 9999999,

{ the field fill pads this value to an even 11 bytes - this is for performance

      fill: 0 .. 7,
    recend;

*copyc ost$processor_model_number
*copyc ost$processor_serial_number
